Find answers from the community

Updated 7 months ago

Pinecone

Hi, is there a way to use existing namespace in pinecone as query engine in llama index, I ingested data some other way and now i want to connect it to llama index
L
l
2 comments
Yes

There needs to be a key in pinecone that has the text. You can set the key it looks for with PineconeVectorStore(..., text_key="text") or similar
Add a reply
Sign up and join the conversation on Discord