Ask a question to get started
Enter to sendā¢Shift+Enter new line
Add more texts to the vectorstore.
add_texts( self, texts: Iterable[str], metadatas: Optional[List[dict]] = None, embeddings: Optional[List[List[float]]] = None, return_ids: bool = False, **kwargs: Any = {} ) -> List[str]
texts
Iterable[str]
Iterable of strings/text to add to the vectorstore.
metadatas
Optional[List[dict]]
None
Optional list of metadatas. Defaults to None.
embeddings
Optional[List[List[float]]]
Optional pre-generated embeddings. Defaults to None.