jackf723
jackf723
I'm having the same issue. My keys are correct in the local env, and on the production environment Supabase and Vercel are integrated. But pnpm run embeddings fails consistently.
After updating supabase, same error as before when attempting a search. Sad news, the search has failed! Please try again.
And also getting the ts compilation errors on deployment. Failed to compile. ./lib/generate-embeddings.ts:334:36 Type error: Conversion of type '{ id: any; path: any; }[]' to type 'undefined' may be a...
Line numbers must be mismatched on my end. If you don't mind posting this generate-embeddings.ts code, or at least a side by side of the original lines vs the corrected...