Skip to main content

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

If chromadb is not installed

Uses

  • ImportError
  • ChromaMemoryAdapter

Source

View on GitHub

praisonaiagents/memory/adapters/factories.py at line 80

Memory Concept

Memory Overview

Memory Configuration

Session Resume