langchain-template-supabase
langchain-template-supabase copied to clipboard
As soon as I access the front end at http://localhost:3100, even though the page renders, the Supabase server starts emitting a non-stop loop of: ``` Error: Missing authorization header at...
After running: `yarn supabase:dev` I'm receiving the error: ```bash node:internal/errors:490 ErrorCaptureStackTrace(err); ^ TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension "" for /Users/yaronguez/websites/langchain-template-supabase/node_modules/supabase/bin/supabase. Loading extensionless files is not supported inside of "type":"module" package.json...
Hello In the blogpost https://blog.langchain.dev/langchain-x-supabase/ there is an info about Tailwind in this project But it looks like there is no Tailwind)) Are you planning to add? Thank you
When following the instructions, they say to create a `.env` file from `.env.example` but the example file that should be used is `./supabase/.env.example` and it should use `./supabase/.env`. Given that...
I want to add userId to documents table so vectorStore only retrieves documents for that userId, any ideas?
Created the following repo from this template and updated the code for chat function to use ConversationalRetrievalQAChain: https://github.com/inflaton/docs-chatbot-supabase It works well locally but fails to deploy - see logs below....
Got this error on fresh install... ``` error - ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[1].oneOf[13].use[1]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[1].oneOf[13].use[2]!./src/styles/globals.css TypeError: Cannot read properties of undefined (reading 'config') Import trace for requested module: ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[1].oneOf[13].use[1]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[1].oneOf[13].use[2]!./src/styles/globals.css ./src/styles/globals.css ``` Fixed by creating this...
i'm getting this in an infinite loop: ``` worker thread panicked TypeError: U.accessor is not a function at https://esm.sh/v114/[email protected]/esnext/axios.mjs:702:3 ``` i have updated node and all dependencies. thoughts?