Ask a question to get started
Enter to sendā¢Shift+Enter new line
add_texts( self, texts: Iterable[str], metadatas: Optional[List[
texts
Iterable[str]
Texts to add.
metadatas
Optional[List[dict]]
None
Optional metadata for each text.
embeddings
Optional[List[List[float]]]
keys
Optional[List[str]]
**kwargs
Any
{}
Add texts to the vector store.
Optional pre-computed embeddings.
Optional keys for the documents.
Additional arguments.