Back to Marketplace
chromadb-memory
Long-term semantic memory via ChromaDB and local Ollama embeddings, with auto-recall and manual search capabilities.
3,874downloads23installs22stars
v1.2.1
cmdopAI & Agentsauto-recall, ChromaDB, long-term-memory, manual search, ollama, semantic memory3/2/2026
Overview
ChromaDB Memory is a long-term semantic memory skill that uses ChromaDB and local Ollama embeddings to store and retrieve memories. It provides auto-recall and manual search capabilities, allowing users to inject relevant context into their conversations.
Key Features
- Auto-recall: injects relevant context every turn
chromadb_searchtool: manual semantic search over your ChromaDB collection- 100% local: Ollama (nomic-embed-text) for embeddings, ChromaDB for vector storage
How It Works
- You send a message
- Plugin embeds your message via Ollama (nomic-embed-text, 768 dimensions)
- Queries ChromaDB for nearest neighbors
- Results above
minScoreare injected into the agent's context as<chromadb-memories> - Agent responds with relevant long-term context available
Use Cases
- Conversational memory: store and retrieve memories from conversations
- Knowledge base: use ChromaDB as a knowledge base and Ollama for embeddings
- Personal assistant: use ChromaDB Memory to provide personalized recommendations and context
Reviews
No reviews yet.