latest--ChromaVectorStore
shared| 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
root_document_directory
string
The root directory where the vector memory will store documents.
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.