langchain_core.indexing.api.IndexingResult¶

class langchain_core.indexing.api.IndexingResult[source]¶

Return a detailed a breakdown of the result of the indexing operation.

num_added: int¶

Number of added documents.

num_updated: int¶

Number of updated documents because they were not up to date.

num_deleted: int¶

Number of deleted documents.

num_skipped: int¶

Number of skipped documents because they were already up to date.