Find answers from the community

Updated 2 years ago

Querying Pinecone

At a glance
Hi all, I cant seem to figure out how to load and query a pinecone index. I have a pinecone index stored in pinecone. I want to load that index and query it at a different time than index construction. I get an error when I use the vanilla query.index() function, it expects the query to come in vector form. How can I resolve this issue?
m
E
2 comments
As in, if I were to simply do query.index() Id have to rebuild the index again using the original documents, which doesnt seem right
@metahash Did you find a way to solve this?
Add a reply
Sign up and join the conversation on Discord