ChromaVectorStore
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
+ implementation | No | const | No | - | Implementation |
- root_document_directory | No | string | No | - | Root Document Directory |
- url | No | string | No | - | Url |
1. Property implementation
Title: Implementation
Type | const |
Required | Yes |
Specific value: "ChromaVectorStore"
2. Property root_document_directory
Title: Root Document Directory
Type | string |
Required | No |
Default | "vector_memory" |
Description: The root directory where the vector memory will store documents.
3. Property url
Title: Url
Type | string |
Required | No |
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.