Ask a question to get started
Enter to sendā¢Shift+Enter new line
Run more texts through the embeddings and add to the vectorstore.
add_texts( self, texts: Iterable[str], metadatas: Optional[List[Dict[Any, Any]]] = None, **kwargs: Any = {} ) -> List[str]
Returns: List of ids from adding the texts into the vectorstore.
texts
Iterable[str]
Iterable of strings to add to the vectorstore.
metadatas
Optional[List[Dict[Any, Any]]]
None
Optional list of metadatas associated with the texts.