Ask a question to get started
Enter to sendā¢Shift+Enter new line
add_texts( self, texts: Iterable[str], metadatas: list[dict[Any
texts
Iterable[str]
Iterable of strings to add to the vectorstore
metadatas
list[dict[Any, Any]] | None
None
ids
list[str] | None
kwargs
Any
{}
Add more texts to the vectorstore.
Optional list of metadatas associated with the texts
Optional list of ids for the texts that are being added to the vector store
vectorstore specific parameters