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?