I am looking to move from Pinecone vector database to openai vector store because the file_search is so great at ingesting PDFs without all the chunking. The one thing that is stopping me is that Pinecone supports namespaces. I use namespaces to achieve multi-tenancy.
I do see a way to use the attributes map to provide a namespace=value. But no examples on adding a filter to the query when I want to retrieve only values from a certain namespace.
I cannot seem to find any examples of namespace support. So I thought Iād ask here.
Anyone have any ideas?
Jim