Ask a question to get started
Enter to sendā¢Shift+Enter new line
Add list of text along with embeddings to the vector store
add_texts( self, texts: Iterable[str], metadatas: Optional[List[dict]] = None, **kwargs: Any = {} ) -> List[str]
texts
Iterable[str]
collection of text to add to the database