gpt4-pdf-chatbot-langchain icon indicating copy to clipboard operation
gpt4-pdf-chatbot-langchain copied to clipboard

error [ErrorWithoutStackTrace: PineconeClient: Error calling upsert: ErrorWithoutStackTrace: PineconeClient: Error calling upsertRaw: FetchError: The request failed and the interceptors did not return an alternative response]

Open usbleb26 opened this issue 2 years ago • 6 comments

I am running into an error with pinecone. I have confirmed I am running on the latest node, my pinecone index dimensions are 1536 and my API keys and index name has been confirmed correct. My PDF is only 429KB. the error I am receiving is:

error [ErrorWithoutStackTrace: PineconeClient: Error calling upsert: ErrorWithoutStackTrace: PineconeClient: Error calling upsertRaw: FetchError: The request failed and the interceptors did not return an alternative response]

any thoughts on what could be wrong? Thanks in advance!

usbleb26 avatar Apr 18 '23 05:04 usbleb26

got same error.

PrimeObjects avatar Apr 19 '23 22:04 PrimeObjects

same.

theesfeld avatar Apr 20 '23 00:04 theesfeld

Me as well

ana-lam avatar Apr 20 '23 02:04 ana-lam

Me 5

Kriswilkinson avatar Apr 20 '23 07:04 Kriswilkinson

me 6

// update refer to this issue, i tried again with short pinecone index version, and it worked

LeVuMinhHuy avatar Apr 20 '23 12:04 LeVuMinhHuy

me 6

// update refer to this issue, i tried again with short pinecone index version, and it worked

to elaborate more on this:

for the PINECONE_INDEX_NAME value in the .env file, use my-index instead of my-index-f134567....gcp.pinecone.io

zhuweiji avatar Apr 24 '23 16:04 zhuweiji

Had this issue looks like you just gotta wait a while after creating an index. Patience is a virtue.

kevin-huff avatar May 12 '23 22:05 kevin-huff

bump, still have the same error and did not see any solution that worked

OdinM13 avatar May 16 '23 18:05 OdinM13

in my case the name of the index was wrong.

crsepulv avatar May 31 '23 03:05 crsepulv

I removed the "-" from my index name and this solved the problem. index-1 -> index

ronen770 avatar Jul 07 '23 19:07 ronen770

wrong index name for me too... I thought index name means the url of the index like "https://testing-.svc.asia-southeast1-gcp-free.pinecone.io" but it is just "testing"

chiencarlos11 avatar Aug 08 '23 20:08 chiencarlos11

Hi, @usbleb26! I'm Dosu, and I'm helping the gpt4-pdf-chatbot-langchain team manage their backlog. I wanted to let you know that we are marking this issue as stale.

Based on my understanding, you encountered an error with Pinecone while performing an upsert operation. Other users have reported similar issues, and there have been some suggestions provided by other users that seem to resolve the problem. One user, "LeVuMinhHuy", found a workaround by using a shorter Pinecone index version. Another user, "zhuweiji", suggested using a different value for the PINECONE_INDEX_NAME in the .env file. Additionally, some users mentioned that waiting for a while after creating an index or ensuring the correct index name resolved the issue.

Before we close this issue, we wanted to check with you if it is still relevant to the latest version of the gpt4-pdf-chatbot-langchain repository. If it is, please let us know by commenting on the issue. Otherwise, feel free to close the issue yourself, or the issue will be automatically closed in 7 days.

Thank you for your understanding and contribution to the gpt4-pdf-chatbot-langchain project!

dosubot[bot] avatar Nov 07 '23 16:11 dosubot[bot]