#28 · Primary category: Knowledge Base & RAG

memvid

ai context embedded faiss knowledge-base knowledge-graph llm machine-learning memory memvid mv2 nlp offline-first opencv python rag retrieval-augmented-generation semantic-search vector-database video-processing

Memory layer for AI Agents. Replace complex RAG pipelines with a serverless, single-file memory layer. Give your agents instant retrieval and long-term memory.

Project last updated:07/14/26

GitHub Stars

16.5K

Forks

1.4K

Contributors

24

License

Apache-2.0

Why we included this project

Long conversations are where agents usually lose the thread, and Memvid is built for exactly that. Instead of standing up a full RAG stack, you get a single portable .mv2 file that holds your data and its search index, so retrieval and long-term memory live in one artifact rather than across a database and several services. The project reports strong results on long-horizon conversational recall benchmarks, including multi-hop and temporal reasoning, which matters when an agent has to connect facts mentioned at different times. Because the memory file is versioned and portable, you can move it between environments or hand it to another agent without re-indexing. If you want agent memory without the operational overhead of a vector database, Memvid is worth trying.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category