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.
embeddings
Optional[List[List[float]]]
batch_size
int
1000
**kwargs
Any
{}
Add more texts to the VectorStore.
Optional pre-generated embeddings.
Batch size to use for writes.
Additional keyword arguments. Supports keys or ids for identifiers of entries.
keys
ids