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

[BUG] Status: 500 Error #3798

Open
strider1000 opened this issue Jan 3, 2025 · 1 comment
Open

[BUG] Status: 500 Error #3798

strider1000 opened this issue Jan 3, 2025 · 1 comment
Labels
question Further information is requested

Comments

@strider1000
Copy link

keep getting this error message when attempting to upsert to pinecone

Status: 500
Error: documentStoreServices.insertIntoVectorStore - Error: documentStoreServices._insertIntoVectorStoreWorkerThread - TypeError: fetch failed

It only happens when using Ollama Embeddings model. Model name - nomic-embed-text.

I have no issues upserting when using OpenAI embeddings models.

it happens regardless of the number of records I am upserting to pinecone.

@HenryHengZJ
Copy link
Contributor

is your ollama embedding model dimension compatible with the pinecone index dimension? fetch failed usually means it has trouble reaching ollama

@HenryHengZJ HenryHengZJ added the question Further information is requested label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants