Skip to content

Instantly share code, notes, and snippets.

@ljnmedium
Created September 29, 2023 07:30
Show Gist options
  • Save ljnmedium/39fa15c93ed45656338f1112d50876e5 to your computer and use it in GitHub Desktop.
Save ljnmedium/39fa15c93ed45656338f1112d50876e5 to your computer and use it in GitHub Desktop.
index_describe.py
index.describe_index_stats()
# Return for example:
{
'dimension': 1536,
'index_fullness': 0.1,
'namespaces': {
'Eiffage': {'vector_count': 344},
'total_vector_count': 344
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment