ChromaMemoryAdapter
Defined in the factories module.AI Agent Memory adapter that uses ChromaDB to implement MemoryProtocol.
Constructor
Any
required
No description available.
Any
required
No description available.
Methods
store_short_term()
Store in ChromaDB (short-term and long-term treated the same).
search_short_term()
Search ChromaDB.
store_long_term()
Store text in ChromaDB with embedding.
search_long_term()
Search ChromaDB using vector similarity.
get_all_memories()
Get all memories from ChromaDB.
close()
Clean up ChromaDB resources.
Source
View on GitHub
praisonaiagents/memory/adapters/factories.py at line 240
