sNor4pro
sNor4pro
This would be a cool feature
Does the Dock work with HA too?
it now spams the whole time, is this correct?: @dosu Webinterface from Quivr works, create brain doesn't. ``` Attaching to backend-core, beat, flower, redis, web, worker redis | 1:C 06...
I don't see these files in the folder. See below: ``` mike@pc:~/quivr/backend$ ls api core Dockerfile.dev poetry.toml supabase ci-migration.sh Dockerfile poetry.lock pyproject.toml ``` snipped from docker-compose logs backend-core ```backend-core |...
this is my docker, looks like something is missing: @dosu ``` # Using a slim version for a smaller base image FROM python:3.11.6-slim-bullseye ARG DEV_MODE ENV DEV_MODE=$DEV_MODE # Install GEOS...
No error spams anymore, this is good, but now i can't create a brain or make go into my profile see: @dosu ``` backend-core | INFO: 172.19.0.1:38630 - "OPTIONS /user/identity...
I edited the main.py and dockerfile with your data, stil the same issue: @dosu ``` backend-core | INFO: 172.19.0.1:49066 - "OPTIONS /chat HTTP/1.1" 404 Not Found backend-core | INFO: 172.19.0.1:49054...
Other errors now: @dosu ``` backend-core | return _bootstrap._gcd_import(name[level:], package, level) backend-core | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ backend-core | File "", line 1204, in _gcd_import backend-core | File "", line 1176, in _find_and_load...
I don't think is gonna work, tried all what you said. Cann you give me step by step all commands with dependencies from scratch ubuntu to build Quivr? @dosu
I tried this command too, but i had no luck.