So I just read the message above and

So I just read the message above and deleteById seems the way, but will the empty namespace still count against the 5K quota?
1 Reply
garvitg
garvitg2w ago
Hey @cosbgn. Vectorize considers namespace as a special metadata field. It only exists as a logical field, there is no virtual separation by namespace in a Vectorize index. As Yevgen mentioned earlier, we plan to ship query filtering based on metadata filters next year. You should be able to delete vectors based on a namespace filter then. For now, you can query vectors by namespace or list all vectors in an index and then invoke deleteByIds. Have you considered creating a separate Vectorize index for each customer? That seems more suitable for your use-case.

Did you find this page helpful?