Find answers from the community

Updated 2 years ago

I don’t know but below my code hope

I don’t know, but below my code, hope could be helpful:
pinecone_api_key = “”
pinecone.init(api_key= pinecone_api_key, environment=“”)
pinecone_idx = pinecone.Index(<name_of_your_project>)

And then define the GPTPineconeIndex
M
1 comment
I had to add dimensions and got the same error. I'll reach out on the pinecone support. Thanks for offering help.
Add a reply
Sign up and join the conversation on Discord