How do I use "in" and "not in" operators in the Pinecone browser

For testing purposes, I like to sometimes use the index browser.

For example, I’d like to ensure that a metadata field does not contain a list of words. How do I do this using the “not in” operator in the browser?

It works OK when I just provide one value, but how do I provide multiple values for each filter?

Hi @idimitrov, thanks for your question. The [ ] to the right of the Value field indicates that it is expecting an array, so you should be able to provide the values as a comma-separated list.