Ask a question to get started
Enter to sendā¢Shift+Enter new line
Add more texts to the vectorstore index. Args: texts: Iterable of strings to add to the vectorstore. metadatas: Optional list of metadatas associated with the texts. kwargs: vectorstore specific parameters
add_texts( self, texts: Iterable[str], metadatas: Optional[List[dict]] = None, **kwargs: Any = {} ) -> List[str]