Ask a question to get started
Enter to sendā¢Shift+Enter new line
Adds documents to the index.
add_to_index( self, ids: list[str], embeddings: list[list[float]], metadatas: list[dict] | None = None, is_complete_overwrite: bool = False, *, sparse_embeddings: list[dict[str, list[int] | list[float]]] | None = None, **kwargs: Any = {} ) -> None