Replies: 2 comments 2 replies
-
Hi, this is caused because Node.js isn't installed on your computer or not properly configured under your system Path. Visit https://nodejs.org to download and install Node.js. Then after run If that doesn't work there's an issues with your system's PATH, so you can try the instructions here. |
Beta Was this translation helpful? Give feedback.
-
I'm getting [Error: Failed to ingest your data]. My issue does not sems to be with node but with too many requests been sent. Is anyone able to ingest data successfully? I have checked everything: .env folder, pinecone config, I even tried doing some timeouts for each request in the ingest-data.ts file. response: { [Error: Failed to ingest your data] Node.js |
Beta Was this translation helpful? Give feedback.
-
Hi Mayo, I am currently stuck on the ingest part. Here is the error I see when I run npm run ingest in powershell. Also, I was able to unzip, but the file is not named Notion_DB, not sure if that will cause any issues.
Here is the error when running in Bash.
By the way, I'm pretty new to coding in general, so that may be the cause of the errors. Appreciate any help you could provide. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions