supabase-community / chatgpt-your-files

Production-ready MVP for securely chatting with your documents using pgvector
https://youtu.be/ibzlEQmgPPY
365 stars 126 forks source link

npx supabase functions deploy #20

Closed jhancock closed 8 months ago

jhancock commented 8 months ago

Improve documentation

Link

(https://github.com/supabase-community/chatgpt-your-files/blob/main/README.md)

Describe the problem

jon@local~/c/p/chatgpt-your-files $ npx supabase functions deploy Bundling chat failed to start docker container: Error response from daemon: failed to create task for container: failed to initialize logging driver: dial tcp 127.0.0.1:54328: connect: connection refused

Describe the improvement

This part is killing me. I am doing the tutorial fully in cloud and get stuck on deploying functions. It seems like it is trying to use local docker.

gregnr commented 8 months ago

Hey @jhancock - your error sounds familiar. By chance, can you try setting enabled = false to the analytics section of config.toml and let me know if that fixes this?

jhancock commented 8 months ago

that works! thanks