Here I extracted and loaded data from postgresql to pinecone using airbyte. So my source database is relational database and I took 3 different tables. After loading into pinecone I need to map these data in pinecone. Can we do it? How can we do that?
Hi @farazashraf210, and welcome to the Pinecone community forums!
Thank you for your question.
It’s difficult to give an opinion without seeing some relevant code, but it sounds like you have different 3 different tables and you want to treat each table’s data differently when it’s stored in your Pinecone index.
One way to accomplish this is by using Namespaces - which act as logical partitions for your data, but within a single index.
Hope this helps!
Best,
Zack