Skip to content

Commit f438247

Browse files
committed
Add embedding information to IndexStats
1 parent 514f3c4 commit f438247

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meilisearch_python_sdk/models/index.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ def validate_updated_at(cls, v: str) -> datetime:
4040

4141
class IndexStats(CamelBase):
4242
number_of_documents: int
43+
number_of_embedded_documents: int | None = None
44+
number_of_embeddings: int | None = None
4345
is_indexing: bool
4446
field_distribution: dict[str, int]

0 commit comments

Comments
 (0)