khoj-ai / khoj

Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (e.g gpt, claude, gemini, llama, qwen, mistral).
https://khoj.dev
GNU Affero General Public License v3.0
14.28k stars 708 forks source link

Will not work offline. #458

Closed Hunanbean-Collective closed 1 year ago

Hunanbean-Collective commented 1 year ago

khoj will not work offline. if it cannot contact tcp6://2600:9000:24ba:1800:17:b174:6d00:93a1 it will not work. if you attempt it, then reconnect to the net and restart kohj, it will re-download the chat model, overwriting the same chat model that is already cached.

I consider this a Severe issue

everything fully installed and running fine. shut down khoj. unplug internet cable. restart kohj. watch it all fall apart.

sabaimran commented 1 year ago

hey @Hunanbean-Collective , I think this is related to https://github.com/khoj-ai/khoj/issues/450. It should be fixed now -- feel free to try it by downloading the pre-release, with pip install --pre khoj-assistant.

Hunanbean-Collective commented 1 year ago

I did not install through python. I am just using the release .exe. Glad it was already known and being worked on. Thanks

sabaimran commented 1 year ago

Sweet, then it should be available with the next release. We'll build new images for the .exe file.

debanjum commented 1 year ago

Closing this issue as the fix is already checked in to the main branch