Ask a question to get started
Enter to sendā¢Shift+Enter new line
add_texts( self, texts: Iterable[str], metadatas: list[dict]
texts
Iterable[str]
Texts to add to the VectorStore.
VectorStore
metadatas
list[dict] | None
None
Optional list of metadatas. When querying, you can filter on this metadata.
ids
list[str] | None
kwargs
Any
{}
Run more texts through the embeddings and add to the VectorStore.
Optional list of IDs. (Items without IDs will be assigned UUIDs)
Additional keyword arguments.