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