Ask a question to get started
Enter to send•Shift+Enter new line
Upsert documents into the index.
upsert( self, items: Sequence[Document], , **kwargs: Any = {} ) -> UpsertResponse
items
Sequence[Document]
Sequence of documents to add to the index.
**kwargs
Any
{}
Additional keyword arguments.