Hi,
How can I fetch existing namespaces for a given index?
Don’t find anything related (only create/update/delete operations) in the docs.
Thank you!
Hi,
How can I fetch existing namespaces for a given index?
Don’t find anything related (only create/update/delete operations) in the docs.
Thank you!
To get a list of namespaces for a given index, you can use DescribeIndexStats which will return a list of namespaces and the number of vectors in each namespace.
Let me know if this is what you’re looking for!