Browsing namespaces

Hi there,

I’m using the pinecone web browser to check the records in my index. However I can only browse one namespace - the first one that’s created.

If I switch to a second namespace, using the pulldown, it does not show any hits. Even though I see the second namespace has records, when I check the Namespaces tab.

How do I browse records in a different namespace in the same index?

I want to do this to ensure that the records have been properly upserted in the second namespace.

Not a developer, but technically inclined.

TIA

Hi @outbound, thanks for your post! After changing the namespace using the dropdown, are you running an operation? After changing the namespace, the Search button should change colors and become active. Upon pressing it, the records in your newly selected namespace should populate.

Generally, we encourage all users to note that the console is intended to be a playground for our APIs — all data representations in the index detail view result from a direct API call. Therefore, when you change a parameter, you’ll need to trigger a new operation to refresh the displayed data.

1 Like