Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error [ErrorWithoutStackTrace: PineconeClient: Error calling upsert: ErrorWithoutStackTrace: undefined] #207

Closed
LongShotRanger opened this issue Apr 24, 2023 · 9 comments

Comments

@LongShotRanger
Copy link

throw new Error('Failed to ingest your data');

@zhuweiji
Copy link

zhuweiji commented Apr 24, 2023

it's likely that your .env file is wrong

did you use the full name for PINECONE_INDEX_NAME?

i.e. use my-index instead of my-index-f134567....gcp.pinecone.io

@rankofootball
Copy link

I had to delete index and project and recreate them with a US region.
Also, the API key has changed, so I had to update that one too.

@OdinM13
Copy link

OdinM13 commented May 1, 2023

I have the same issue. I tried everything that was mentioned in threads with the same problem. Nothing works for me.

@qhalsey
Copy link

qhalsey commented May 1, 2023

throw new Error('Failed to ingest your data');

I fixed this by creating an index in Pinecone, setting the matrix to 1536 since thats the size of embeddings from openai. Using the default cosign for the measurement config during creation on the website. And using the label rather than the large address. For me I called it langchain-demo and used that value rather than the long url under the label name.

Hope that helps!

@OdinM13
Copy link

OdinM13 commented May 2, 2023

throw new Error('Failed to ingest your data');

I fixed this by creating an index in Pinecone, setting the matrix to 1536 since thats the size of embeddings from openai. Using the default cosign for the measurement config during creation on the website. And using the label rather than the large address. For me I called it langchain-demo and used that value rather than the long url under the label name.

Hope that helps!

I already tried that. Did not help. Even changing Pinecone Server as suggested did not help.

@dosubot
Copy link

dosubot bot commented Sep 23, 2023

Hi, @LongShotRanger! 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 the issue titled "error [ErrorWithoutStackTrace: PineconeClient: Error calling upsert: ErrorWithoutStackTrace: undefined]" as stale.

Based on my understanding, you reported an error message "Failed to ingest your data" without a stack trace. Zhuweiji suggested checking the .env file and using the full name for PINECONE_INDEX_NAME. Rankofootball was able to resolve the issue by deleting and recreating the index and project with a US region. However, OdinM13 mentioned that none of the solutions worked for them.

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 it will be automatically closed in 7 days.

Thank you for your contribution, and we look forward to hearing from you soon!

@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Sep 23, 2023
@OdinM13
Copy link

OdinM13 commented Sep 25, 2023

Hi, @LongShotRanger! 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 the issue titled "error [ErrorWithoutStackTrace: PineconeClient: Error calling upsert: ErrorWithoutStackTrace: undefined]" as stale.

Based on my understanding, you reported an error message "Failed to ingest your data" without a stack trace. Zhuweiji suggested checking the .env file and using the full name for PINECONE_INDEX_NAME. Rankofootball was able to resolve the issue by deleting and recreating the index and project with a US region. However, OdinM13 mentioned that none of the solutions worked for them.

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 it will be automatically closed in 7 days.

Thank you for your contribution, and we look forward to hearing from you soon!

still not resolved

@dosubot dosubot bot removed the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Sep 25, 2023
@dosubot
Copy link

dosubot bot commented Sep 25, 2023

@mayooear Could you please help @LongShotRanger with the issue titled "error [ErrorWithoutStackTrace: PineconeClient: Error calling upsert: ErrorWithoutStackTrace: undefined]"? They have indicated that the issue is still relevant and not resolved. Thank you!

Copy link

dosubot bot commented Dec 25, 2023

Hi, @LongShotRanger

I'm helping the gpt4-pdf-chatbot-langchain team manage their backlog and am marking this issue as stale. The issue "error [ErrorWithoutStackTrace: PineconeClient: Error calling upsert: ErrorWithoutStackTrace: undefined]" was reported by you. It seems to be related to a failed data ingestion attempt, and there have been suggestions to check the .env file, recreate the index and project with a US region, and adjust the index settings in Pinecone. However, the issue remains unresolved.

Could you please confirm if this issue is still relevant to the latest version of the gpt4-pdf-chatbot-langchain repository? If it is, please let the gpt4-pdf-chatbot-langchain team 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!

@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Dec 25, 2023
@dosubot dosubot bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 30, 2024
@dosubot dosubot bot removed the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants