Ask a question to get started
Enter to sendā¢Shift+Enter new line
add_embeddings( self, texts: Iterable[str], embeddings: List[List[
texts
Iterable[str]
Iterable of strings to add to the VectorStore.
VectorStore
embeddings
List[List[float]]
List of list of embedding vectors.
metadatas
Optional[List[dict]]
None
kwargs
Any
{}
Add embeddings to the VectorStore.
List of metadatas associated with the texts.
VectorStore specific parameters