Greg Richardson
Greg Richardson
Okay found some time to test this out - I was able to get it working using this import map: ```json { "imports": { "postgres": "https://deno.land/x/[email protected]/mod.ts", "puppeteer": "https://deno.land/x/[email protected]/mod.ts" }, "scopes":...
Hey @SyntecDTx, - The partial `NULL` embeddings is most likely caused by this previous [CPU limit issue](https://github.com/supabase-community/chatgpt-your-files/issues/2). This issue was solved using the new `Supabase.ai.Session()` API. - If `Supabase.ai.Session()` doesn't...
Hey @duggan thanks for the issue and apologies for the delay. The issue you're having with tutorial branches has been one of my big challenges from the beginning 😅 ie....
Hey @enthusiastic2003, thanks for reporting and sorry for the delay. Could you please confirm which version of the edge runtime you are running? You can check by running: ```shell npx...
Going to close this now, but feel free to re-open and confirm the above info if you're still experiencing this.
@arthur5005 sounds like you've solved this. FWIW, we also use the `fetch()` approach at Supabase to load JSON within edge functions (Deno): https://github.com/supabase/supabase/blob/d730ea9ca066b3a2ebe232195149725257c3eb25/supabase/functions/common/tokenizer.ts#L4 Worth noting JSON imports should be fixed...
Hi @autogro-ai and @Toby-exe. Can you confirm that you are returning CORS headers in your edge function responses as defined here: https://github.com/supabase-community/chatgpt-your-files/blob/2bb8afb723c85a672e845be148842e442d0f9d3b/supabase/functions/chat/index.ts#L15-L19 and returned here: https://github.com/supabase-community/chatgpt-your-files/blob/2bb8afb723c85a672e845be148842e442d0f9d3b/supabase/functions/chat/index.ts#L23-L25 and here: https://github.com/supabase-community/chatgpt-your-files/blob/2bb8afb723c85a672e845be148842e442d0f9d3b/supabase/functions/chat/index.ts#L127
No problem, and sorry for the delay. I'll close this for now - if anyone else encounters something similar please feel free to open a new issue.
Hey @Gourav-21. Sorry to hear you're facing this - this is the first I've heard of this issue. Confirming that you are working from a clean clone of the repo...
Hey @sgruhier! What ways have to you tried switching to Anthropic and what didn't work? Since Anthropic uses a different API/SDK there will definitely need to be a couple tweaks...