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
Hello, I'm running the repo locally but when ingesting a new pdf file I'm getting this error:
PineconeBadRequestError: Vector dimension 768 does not match the dimension of the index 728
I have created a Pinecone index with 728 dimensions though:
and have set the PINECONE_API_KEY and PINECONE_INDEX_NAME environment variables in the .env file.
PINECONE_API_KEY
PINECONE_INDEX_NAME
.env
The error is thrown when running the 'await PineconeStore.fromDocuments' method
I would appreciate any help or pointers towards the right direction!
Many thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm running the repo locally but when ingesting a new pdf file I'm getting this error:
I have created a Pinecone index with 728 dimensions though:
and have set the
PINECONE_API_KEY
andPINECONE_INDEX_NAME
environment variables in the.env
file.The error is thrown when running the 'await PineconeStore.fromDocuments' method
I would appreciate any help or pointers towards the right direction!
Many thanks!
The text was updated successfully, but these errors were encountered: