from upstash_search import Search client = Search( url="<UPSTASH_SEARCH_REST_URL>", token="<UPSTASH_SEARCH_REST_TOKEN>", ) info = client.info() print(info)
document_count
pending_document_count
Was this page helpful?