-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is this a new bug?
- I believe this is a new bug
- I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
Presently, when I run npm run index to try to create and populate the index, I receive the following error on every attempted upsert (up until I force quit):
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 61440 does not match the dimension of the index 384]
I've attached a sample output error file as well: errors.txt
Expected Behavior
The repository should run as is and properly create the index. If I am improperly running the project, then the other open issue should be addressed to provide clearer usage instructions.
Steps To Reproduce
- Clone the repository.
- Create your
.envfile and runnpm install. - Run
npm run indexto initiate creating the index. - Observe the error messages.
Relevant log output
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 61440 does not match the dimension of the index 384]
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 99072 does not match the dimension of the index 384]
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 56448 does not match the dimension of the index 384]
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 52992 does not match the dimension of the index 384]
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 50304 does not match the dimension of the index 384]
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 100224 does not match the dimension of the index 384]
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 48384 does not match the dimension of the index 384]
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 40704 does not match the dimension of the index 384]
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 78336 does not match the dimension of the index 384]
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 96000 does not match the dimension of the index 384]
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 76800 does not match the dimension of the index 384]
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 40320 does not match the dimension of the index 384]
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 95616 does not match the dimension of the index 384]
Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: Vector dimension 47616 does not match the dimension of the index 384]Environment
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working