



A JavaScript library that brings vector search and RAG (Retrieval-Augmented Generation) to browser environments, enabling efficient searching through millions of vectors using HNSW algorithm with IndexedDB and Web Workers.
Loading more......
MeMemo is a JavaScript library that brings RAG and vector search to browser environments. MeMemo adapts the state-of-the-art approximate nearest neighbor search technique HNSW to browser environments.
npm install mememo and import into any web appMeMemo is the first JavaScript toolkit that offloads vector storage and dense retrieval to the client—empowering a broader range of audiences to leverage cutting-edge retrieval techniques to enhance their LLM experiences.
Enables private, on-device RAG for personalized text generation without sending data to external servers. Includes RAG Playground demo application.