Memory
Provides long-term memory for Large Language Models (LLMs) by implementing the Model Context Protocol (MCP).
概要
Addresses the need for context-aware AI applications by functioning as a bridge that enables LLMs to retain information across extended interactions. It adheres to Model Context Protocol (MCP) standards and features an API to integrate memory functionalities into various applications.
主な機能
- Long-term Memory: Stores and retrieves context for LLMs.
- Model Context Protocol: Adheres to MCP standards for integration.
- User-Friendly API: Offers an easy-to-use API for developers.
- Scalability: Designed to handle multiple requests and scale.
- 0 GitHub stars
- Semantic Search: Implements semantic search for memory retrieval
ユースケース
- Integrating memory functionalities into AI applications.
- Enhancing LLM response relevance through long-term memory.
- Building context-aware AI applications.