create_chroma_memory_adapter
Function
This function is defined in the factories module.Factory function to create ChromaDB memory adapter. Lazy imports chromadb and creates an adapter that implements MemoryProtocol using ChromaDB as the vector store backend.
Signature
Returns
MemoryProtocol
MemoryProtocol adapter instance
Exceptions
ImportError
ImportError
If chromadb is not installed
Uses
ImportErrorChromaMemoryAdapter
Source
View on GitHub
praisonaiagents/memory/adapters/factories.py at line 80
