-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Labels
P2contributions wanted!Looking for external contributionsLooking for external contributionsfeature requestIdeas to improve an integrationIdeas to improve an integrationintegration:chroma
Description
Line 113 in ed73460
| client = chromadb.Client() |
The Chroma backend Client can be provided with Settings when initializing. (See https://docs.trychroma.com/reference/python/client#client)
If we want to change these using the haystack integration we have to illegally access the private _client like so:
db = ChromaDocumentStore()
db._client.get_settings().anonymized_telemetry = False
It would be preferable to offer a way to pass Client Settings to the ChromaDocumentStore constructor.
Metadata
Metadata
Assignees
Labels
P2contributions wanted!Looking for external contributionsLooking for external contributionsfeature requestIdeas to improve an integrationIdeas to improve an integrationintegration:chroma
Type
Projects
Status
Todo