You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
830: Adds usedDatabaseSize to stats, document and embeddings database metrics to index stats r=curquiza a=pratts
# Pull Request
## Related issue
Fixes#819#820#821
## What does this PR do?
- Adds `usedDatabaseSize` to stats
- Adds documents database metrics to stats
- Adds embbedings database metrics to stats
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: Prateek Sharma <[email protected]>
830: Add usedDatabaseSize to stats, document and embeddings database metrics to index stats r=curquiza a=pratts
# Pull Request
## Related issue
Fixes#819#820#821
## What does this PR do?
- Adds `usedDatabaseSize` to stats
- Adds documents database metrics to stats
- Adds embbedings database metrics to stats
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: Prateek Sharma <[email protected]>
Co-authored-by: Prateek Sharma <[email protected]>
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
indexes.INDEXNAME.numberOfEmbeddedDocuments
in SDK responsesindexes.INDEXNAME.numberOfEmbeddings
in SDK responsesThe text was updated successfully, but these errors were encountered: