Ask a question to get started
Enter to sendā¢Shift+Enter new line
aadd_texts( self, texts: Iterable[str], metadatas: list[dict]
texts
Iterable[str]
Iterable of strings to add to the VectorStore.
VectorStore
metadatas
list[dict] | None
None
Optional list of metadatas associated with the texts.
ids
list[str] | None
**kwargs
Any
{}
Async run more texts through the embeddings and add to the VectorStore.
Optional list
VectorStore specific parameters.