Ask a question to get started
Enter to sendā¢Shift+Enter new line
add_embeddings( self, texts: Sequence[str], embeddings: List[List[
texts
Sequence[str]
Iterable of strings to add to the vectorstore.
embeddings
List[List[float]]
List of list of embedding vectors.
metadatas
Optional[List[dict]]
None
ids
Optional[List[str]]
kwargs
Any
{}
Add embeddings to the vectorstore.
List of metadatas associated with the texts.
Optional list of ids for the documents. If not provided, will generate a new id for each document.
vectorstore specific parameters