Ask a question to get started
Enter to sendā¢Shift+Enter new line
add_texts( self, texts: Iterable[str], metadatas: Optional[List[dict
texts
Iterable[str]
Iterable of strings to add into the vectorstore.
metadatas
Optional[List[dict]]
None
List of metadatas (python dicts) associated with the input texts.
ids
Optional[List[str]]
**kwargs
Any
{}
add_texts function for SQLServer_VectorStore class.
add_texts
Compute the embeddings for the input texts and store embeddings in the vectorstore.
List of IDs for the input texts.
vectorstore specific parameters.