Skip to content

Commit e7d1bfe

Browse files
wording adjustment
1 parent 149b419 commit e7d1bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/api/stats.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)