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