You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Failed to ingest your data
at run (c:\xxx\gpt4-pdf-chatbot-langchain\scripts\ingest-data.ts:44:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at (c:\xxx\gpt4-pdf-chatbot-langchain\scripts\ingest-data.ts:49:3)
Not sure if Open AI has changed sth with the API. Any hints are highly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, Thanks for all of your hard work on this.
I'm getting an error when running the ingest.ts
url: 'https://api.openai.com/v1/embeddings'
},
request: Request {
[Symbol(realm)]: [Object],
[Symbol(state)]: [Object],
[Symbol(signal)]: [AbortSignal],
[Symbol(headers)]: [HeadersList]
},
data: { error: [Object] }
},
isAxiosError: true,
toJSON: [Function: toJSON],
attemptNumber: 7,
retriesLeft: 0
}
c:\xxx\gpt4-pdf-chatbot-langchain\scripts\ingest-data.ts:44
throw new Error('Failed to ingest your data');
^
Error: Failed to ingest your data
at run (c:\xxx\gpt4-pdf-chatbot-langchain\scripts\ingest-data.ts:44:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at (c:\xxx\gpt4-pdf-chatbot-langchain\scripts\ingest-data.ts:49:3)
Not sure if Open AI has changed sth with the API. Any hints are highly appreciated.
Best, Peter
Beta Was this translation helpful? Give feedback.
All reactions