Ask a question to get started
Enter to sendā¢Shift+Enter new line
update_documents( self, ids: list[str], documents: list[Document] )
ids
list[str]
documents
list[Document]
Update a document in the collection.
List of ids of the document to update.
List of documents to update.