Ask a question to get started
Enter to sendā¢Shift+Enter new line
aadd_texts( self, texts: Iterable[str], metadatas: Optional[List[dict
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]]
**kwargs
Any
{}
Add texts to the vectorstore asynchronously.
Optional list of ids associated with the texts.
Additional keyword arguments.