meilisearch-rust
meilisearch-rust copied to clipboard
[v1.13] Add embbedings database metrics to stats
Following the changes related to Meilisearch v1.13.0 mega issue:
Description
Update the stats object to include the new embbedings database metrics.
For further reference, see the related Meilisearch engine issue.
Specifications
- [ ] Modify the stats API to include
indexes.INDEXNAME.numberOfEmbeddedDocumentsin SDK responses - [ ] Modify the stats API to include
indexes.INDEXNAME.numberOfEmbeddingsin SDK responses