Chat Copilot Release 0.5 introduces the integration of Semantic Memory (SM). Chat Copilot now utilizes the ISemanticMemoryClient interface from SM instead of the ISemanticTextMemory interface associated with Semantic Kernel memory connectors.
Semantic Memory (SM) is an open-source platform specialized in the efficient indexing of datasets through custom continuous data hybrid pipeline – https://github.com/microsoft/semantic-memory. This pipeline has been introduced as a separate (third) service component: memorypipeline; although, you are able to continue to run locally for debugging without this additional service.
The API configuration and deployment process has also been updated to support this integration.
Please review the release notes as well as the updated readme:
- Release Notes
- Copilot Chat Repo Readme
- Copilot Chat WebAPI Readme
- Copilot Chat MemoryPipeline Readme
Next Steps:
- Read more about Chat Copilot
- Learn more about the changes in this release (Release 0.5). and the current release.
Release notes link is broken