File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ The `/stats` route gives extended information and metrics about indexes and the
6363| ** ` numberOfEmbeddedDocuments ` ** | Integer | Total number of documents with at least one embedding |
6464| ** ` numberOfEmbeddings ` ** | Integer | Total number of embeddings in an index |
6565| ** ` rawDocumentDbSize ` ** | Integer | Storage space claimed by all documents in the index in bytes |
66- | ** ` avgDocumentDbSize ` ** | Integer | Total size of the documents stored in an index divided by the number of documents |
66+ | ** ` avgDocumentDbSize ` ** | Integer | Total size of the documents stored in an index divided by the number of documents in that same index |
6767| ** ` isIndexing ` ** | Boolean | If ` true ` , the index is still processing documents and attempts to search will result in undefined behavior |
6868| ** ` fieldDistribution ` ** | Object | Shows every field in the index along with the total number of documents containing that field in said index |
6969
You can’t perform that action at this time.
0 commit comments