Ask a question to get started
Enter to send•Shift+Enter new line
add_documents( self, documents: list[Document], **kwargs: Any = {} )
Insert or upsert a batch of LangChain documents.
documents
:return: Inserted ids. :rtype: list[str]