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

Chat, AI API and Embedding not working #30

Closed SyntecDTx closed 6 months ago

SyntecDTx commented 6 months ago

Bug report

Describe the bug

The Amount of ebbendings in the documents_section is never full. It Varies from 4 to 15 rows who have a vector embbeding. Others are NULL. Also the Chat is not working. I can type in the Questions, but only see the dots moving for 1-3 Seconds/ 1/2 animation rotations.

Moreover, when I use the new "const model = new Supabase.ai.Session('gte-small');" I get 0 vector embeddings. With the old one I atleast got some ...

Would be nice if you can help me out.

Bildschirm­foto 2024-05-18 um 19 01 00 Bildschirm­foto 2024-05-18 um 19 01 19
gregnr commented 6 months ago

Hey @SyntecDTx,

Let me know if this helps!

SyntecDTx commented 6 months ago

Thank you for your Answere. I checked the version. I am currently on v1.49 so this should be fine. In the attached Image you can see the Terminal Problem. Also it is ounderlined in curly red :(

Bildschirm­foto 2024-05-19 um 01 16 30
SyntecDTx commented 6 months ago

Hi, i just followed your steps of the linked ressource. Thank you very much. stopping superbase seems to be working! Thank you :)