Help pushing vectors to pinecone DB in Next JS
Unanswered
Rainbow trout posted this in #help-forum
Rainbow troutOP
So I need help pushing vectors into the db, currently something is wrong with the await function here, I am getting an error.
Pastebin link for my file that uploads to pinecode: https://pastebin.com/sTtpdGBD
This is the error I'm getting right now:
Object literal may only specify known properties, and 'vectors' does not exist in type 'PineconeRecord<RecordMetadata>[]'.
Pastebin link for my file that uploads to pinecode: https://pastebin.com/sTtpdGBD
This is the error I'm getting right now:
Object literal may only specify known properties, and 'vectors' does not exist in type 'PineconeRecord<RecordMetadata>[]'.