Ask a question to get started
Enter to sendā¢Shift+Enter new line
Run more documents through the embeddings and add to the vectorstore.
add_documents( self, documents: List[Document], batch_size: int = 32, **kwargs: Any = {} ) -> List[str]
documents (List[Document]
unknown
Documents to add to the vectorstore.
batch_size
Optional[int]
32
Size of batch of documents to insert at once.