Skip to content

ChromaVectorStore

PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ implementationNoconstNo-Implementation
- root_document_directoryNostringNo-Root Document Directory
- urlNostringNo-Url

1. Property implementation

Title: Implementation

Typeconst
RequiredYes

Specific value: "ChromaVectorStore"

2. Property root_document_directory

Title: Root Document Directory

Typestring
RequiredNo
Default"vector_memory"

Description: The root directory where the vector memory will store documents.

3. Property url

Title: Url

Typestring
RequiredNo
Default"file://${EIDOLON_DATA_DIR}/doc_producer"

Description: The url of the chroma database. Use http(s)://$HOST:$PORT?header1=value1&header2=value2 to pass headers to the database.Use file://$PATH to use a local file database.