Closed fitwist closed 1 year ago
I guess the main reason here: Service Unavailable
. Could you please check the internet, turn on/off the VPN service and try to connect with Pinecone by terminal or jupyter notebook manually? I guess it will help.
Finally it worked. I'm not sure, whether it depends on exporting environmental variables, but after the export main.py completed upload.
export OPENAI_API_KEY="key" export PINECONE_API_KEY="key" export PINECONE_ENVIRONMENT="asia-southeast1-gcp-free" export PINECONE_INDEX_NAME="index_name"
Pinecone index created: <langchain.vectorstores.pinecone.Pinecone object at 0x11f81fb80>
I didn't use any VPN.
Does anybody know how to fix this? This issue is certainly related to this, but there is no solution inside.