2 Repos
Indexing original conversation text without summarization for precise semantic retrieval.
Distinct from Search Indexing: Focuses on preserving the original verbatim text of conversations rather than operational metadata.
Explore 2 awesome GitHub repositories matching data & databases · Verbatim Transcript Indexing. Refine with filters or upvote what's useful.
Mempalace is a local-first long-term memory store for large language models and AI agents. It provides a persistent storage system for verbatim conversation history and agent data, utilizing a local-first knowledge graph to track evolving entity relationships and timelines. The project implements a standardized memory protocol that allows external AI clients to read and write persistent memory via standard input and output. It features a hybrid semantic search engine that combines keyword boosting and reranking to find precise historical information across scoped categories. The system inclu
Indexes original conversation transcripts verbatim to maintain maximum retrieval accuracy for long-term memory.
Mempalace is a long-term memory management system for large language models that orchestrates the storage and retrieval of conversation history and entity relationships. It functions as a memory orchestrator and Model Context Protocol server, providing AI clients with read and write access to structured knowledge. The system utilizes a temporal knowledge graph to track evolving entity relationships and timelines with validity windows. It employs a hierarchical memory partitioning strategy, organizing data into wings and rooms to isolate specialist agent contexts and restrict semantic searches
Stores original conversation text without summarization to allow precise retrieval via semantic search.