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]
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
{}
Run more texts through the embeddings and add to the VectorStore.
Optional list of IDs associated with the texts.
VectorStore specific parameters.
One of the kwargs should be ids which is a list of ids associated with the texts.