Ask a question to get started
Enter to sendā¢Shift+Enter new line
Add the given texts and embeddings to the vectorstore.
add_embeddings( self, text_embeddings: Iterable[Tuple[str, List[float]]], metadatas: Optional[List[dict]] = None, ids: Optional[List[str]] = None, **kwargs: Any = {} ) -> List[str]
text_embeddings
Iterable[Tuple[str, List[float]]]
Iterable pairs of string and embedding to add to the vectorstore.
metadatas
Optional[List[dict]]
None
Optional list of metadatas associated with the texts.
ids
Optional[List[str]]
Optional list of unique IDs.