Ask a question to get started
Enter to sendā¢Shift+Enter new line
aadd_documents( self, documents: List[Document], *, ids: Optional[List
Async counterpart to add_documents.
add_documents
Splits documents into texts + metadatas and delegates to :meth:aadd_texts so callers can persist Document objects from an async context with the same semantics as the sync path.
documents
texts
metadatas
aadd_texts
Document