-
-
Notifications
You must be signed in to change notification settings - Fork 857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] Compose fails: free variable referenced before assignment #1001
Comments
Hey, thanks for the detailed logs. Found and fixed the undefined variable exception while handling the exception to create OpenAI models. Not sure why the OpenAI model creation failed initially for you though. But at least now the rest of the initialization sequence shouldn't fail anymore. Can you try use the |
Great! Tried the pre tagged images:
Also a bit confused on why it didn't initialize the model -- I just have a completely default installation of ollama running. |
Ok, I needed to fix our docker build but you should be able to pull the docker amd64 build using the And yeah, let me know if the Ollama connection is still failing once you have your Khoj server running. We can look at the error logs to debug why that could be happening |
Thanks for fixing the image -- the pull and initialization went fine. logs2.txt are attached, along with . Two remaining issues:
|
Describe the bug
Trying to start khoj on a linux server. Made minimal changes to the docker-compose.yml (including notably changing the external port for pgvector to avoid the host machine's postgres instance). Setup proceeds until during initialization.py something goes wrong setting up the admin user. The full logs are attached.
logs.txt
To Reproduce
Here's my docker-compose.yml:
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
If self-hosted
Additional context
The text was updated successfully, but these errors were encountered: