Ask a question to get started
Enter to sendā¢Shift+Enter new line
Add texts with embeddings to the VectorStore.
VectorStore
add_texts( self, texts: Iterable[str], metadatas: list[dict] | None = None, ids: Sequence[str | int] | None = None, batch_size: int = 64, **kwargs: Any = {} ) -> list[str | int]