Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--ChromaVectorStore.json
Parent schema eidolon-resource
Type: object

Properties

implementation const: "ChromaVectorStore" required
Constant: "ChromaVectorStore"
root_document_directory string

The root directory where the vector memory will store documents.

Default: "vector_memory"
url string

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.

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