We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514f3c4 commit f438247Copy full SHA for f438247
meilisearch_python_sdk/models/index.py
@@ -40,5 +40,7 @@ def validate_updated_at(cls, v: str) -> datetime:
40
41
class IndexStats(CamelBase):
42
number_of_documents: int
43
+ number_of_embedded_documents: int | None = None
44
+ number_of_embeddings: int | None = None
45
is_indexing: bool
46
field_distribution: dict[str, int]
0 commit comments