We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
is your ollama embedding model dimension compatible with the pinecone index dimension? fetch failed usually means it has trouble reaching ollama
fetch failed
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: