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:
@@ -792,7 +792,7 @@ class Chroma(VectorStore):
|
||||
ids: Optional[list[str]] = None,
|
||||
**kwargs: Any,
|
||||
) -> list[str]:
|
||||
"""Run more texts through the embeddings and add to the vectorstore asynchronously.
|
||||
"""Async version of add_texts - add texts to the vectorstore.
|
||||
|
||||
Args:
|
||||
texts: Texts to add to the vectorstore.
|
||||
@@ -1759,3 +1759,4 @@ class Chroma(VectorStore):
|
||||
return await self.aadd_texts(texts, metadatas=metadatas, **kwargs)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user