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
{}
Run more texts through the embeddings and add to the vectorstore.
Optional list of ids for the texts. If not provided, will generate a new id for each text.
vectorstore specific parameters