-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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] searx timeout error + server crash and restart when attempting a first conversation on a new docker install #1050
Comments
Thank you for the detailed debug logs!
|
Hey @sabaimran 😄 ! Thank you for the response.
|
So, quick update :
|
Good to know it's working for you.
That doesn't sound great. What kind of errors are these? Do you see them on chat or on startup or continuously?
This is in expected latency range for the VRAM and model size. The internet searches, as you noticed, do take longer as the model is having to read online search results and at least 1 webpage. Some ways to deal with this if this if you want faster responses are:
Can you share more details? What are you seeing? |
Thanks for taking a look at this, debanjum !
I'm away from my main computer right now; but I'll post a full log of what's going on when launching Thank you for the info on the latency of responses; it makes a lot of sense, and I'll learn to play with this : ) !
Aaaah, I think I better understand how the anonymous mode functions ! I was also missing the URL of the tutorial to log in as an admin; I thought I had to log out of the default account to log in as an admin. My bad, and sorry for the waste of time. Admin login seems to work fine on my work laptop. Thank you again for the tips; will update things this evening with a full log containing the searx and python errors. |
Some notes based on looking at Khoj docker logs locally:
|
Inside khoj_sandbox_1
I used docker compose from a few days ago. So far it's only half setup with LLM and agents. |
Hello there 😄 ! Thanks for the project, it looks absolutly amazing ! I was excited to try it, but had two errors that prevented me from using it on a new install :
Describe the bug
On a new self-hosted install of Khoj on Windows 10 through Docker, two problems pop up :
To Reproduce
docker-compose.yml
in a folderKHOJ_DJANGO_SECRET_KEY
,KHOJ_ADMIN_EMAIL
andKHOJ_ADMIN_PASSWORD
todocker-compose.yml
docker-compose up
Platform
If self-hosted
The text was updated successfully, but these errors were encountered: