Ask a question to get started
Enter to sendā¢Shift+Enter new line
Insert more texts through the embeddings and add to the VectorStore.
add_texts( self, texts: Iterable[str], metadatas: Optional[List[dict]] = None, batch_size: int = 32, ids: Optional[Iterable[str]] = None, **kwargs: Any = {} ) -> List[str]
texts
Iterable[str]
Iterable of strings to add to the VectorStore.
ids
Optional[Iterable[str]]
None
Optional list of ids to associate with the texts.
batch_size
int
32
Batch size of insertion
metadata
unknown
Optional column data to be inserted