mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-15 07:00:38 +00:00
Apply patch [skip ci]
This commit is contained in:
@@ -1360,7 +1360,7 @@ class Chroma(VectorStore):
|
||||
tenant: Optional[str] = None,
|
||||
database: Optional[str] = None,
|
||||
client_settings: Optional[chromadb.config.Settings] = None,
|
||||
client: Optional[chromadb.ClientAPI] = None, # Add this line
|
||||
client: Optional[ClientAPI] = None,
|
||||
collection_metadata: Optional[dict] = None,
|
||||
collection_configuration: Optional[CreateCollectionConfiguration] = None,
|
||||
*,
|
||||
@@ -1436,3 +1436,4 @@ class Chroma(VectorStore):
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user