Created
September 29, 2023 07:30
-
-
Save ljnmedium/39fa15c93ed45656338f1112d50876e5 to your computer and use it in GitHub Desktop.
index_describe.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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