chatgpt-your-files
chatgpt-your-files copied to clipboard
Error when trying to embed a md file
Bug report
Describe the bug
Currently trying to follow step 3. after executing npx supabase functions serve , and i upload the files on the website, i can see the files in the document section of the table editor but i all embedding vecotrs are NULL.
This is the error I am receiving:
Segmentation fault (core dumped) 2024/03/24 03:41:56 Sent Header: Host [api.moby.localhost] 2024/03/24 03:41:56 Sent Header: User-Agent [Docker-Client/unknown-version (linux)] 2024/03/24 03:41:56 Send Done 2024/03/24 03:41:57 Recv First Byte error running container: exit 139
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
-
git checkout step-4
&npm supabase start
-
npm run dev
&npx supabase functions serve
- upload file to localhost:3000.
- In the terminal where you ran
npx supabase functions serve
, this error would be shown
Expected behavior
The file should have been uploaded and embedding vectors should have been shown in the table editor.
Screenshots
System information
- OS: Ubuntu, 23.10
- Browser (if applies) Firfox
- Version of supabase-js: Latest Version
- Version of Node.js: 13.5.4