Commands
Info
Info Command for Python SDK
Used to retrieve the stats of an index.
Response
The total number of documents in the database, that are ready to use.
The number of documents in the database, that are still processing and not ready to use.
Size of the database in bytes.
Doctionary of index names and their information (document_count
and pending_document_count
)