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: List[str], metadatas: Optional[List[dict]] = None, **kwargs: Any = {} ) -> List[str]
texts
List[str]
List of strings to add to the vectorstore.
metadatas
Optional[List[dict]]
None
Optional list of metadata associated with the texts.