Edu Pereira
Edu Pereira
Make sure you've put key values before run `make install` command. If you do this after, you'll have to do the same in `.env` file or even delete it before...
There is another problem after this step that I'm trying to figure out the reason. Check if you're in the same situation. By the way, I'm using a m1 mac....
So which files you had changed? I've tried fixing it using the commands below inside `llm-server` container. ``` npm update npm install node node_modules/node-sass/scripts/install.js npm rebuild node-sass ```
I was debugging the code and find out the error: In file `ingest.ts`, code are trying load a uncreated path file. So, its not about the deprecated dependence (despite its...