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
Sequence[str] | None
batch_size
int
64
**kwargs
Any
{}
Run more texts through the embeddings and add to the VectorStore.
Optional list of ids to associate with the texts. Ids have to be uuid-like strings.
How many vectors upload per-request. Default: 64
Additional keyword arguments.