Ask a question to get started
Enter to sendā¢Shift+Enter new line
Run more texts through the embeddings and add to the vectorstore asynchronously.
aadd_texts( self, texts: Iterable[str], metadatas: Optional[List[dict]] = None, ids: Optional[List[str]] = None, **kwargs: Any = {} ) -> List[str]
texts
Iterable[str]
Iterable of strings to add to the vectorstore.
metadatas
Optional[List[dict]]
None
Optional list of metadatas associated with the texts.
ids
Optional[List[str]]
Optional list of unique IDs.