Ask a question to get started
Enter to sendā¢Shift+Enter new line
add_texts( self, texts: Iterable[str], metadatas: Optional[List[
texts
Iterable[str]
Iterable of strings/text to add to the VectorStore.
VectorStore
metadatas
Optional[List[dict]]
None
Optional list of metadatas.
ids
Optional[List[str]]
batch_size
int
200
kwargs
Any
{}
Add more texts to the VectorStore.
Optional list of IDs associated with the texts.
Batch size for put_vectors.
put_vectors
Additional keyword arguments.