Raphaël Ventura
Raphaël Ventura
Thanks for the update. I've created issue #94 regarding file extensions.
Hi, I’m also facing the issue, with the same behavior as @Moonbase59 I can input a NBSP (and album titiles containing spaces are actually found) in the search bar, but...
The environment variable for the backend seems to be working properly ``` ~$ env NVD_BACKEND=direct vainfo Trying display: wayland Trying display: x11 libva error: vaGetDriverNames() failed with unknown libva error...
> > The environment variable for the backend seems to be working properly > > ``` > > ~$ env NVD_BACKEND=direct vainfo > > Trying display: wayland > > Trying...
Yes, still the same error messages in the `about:support` tab: - Failed to create EGLSurface!: 0x3003 - Fallback WR to SW-WR
Thanks @infocillasas , but I've tried both URLs (one after the other) in the yaml config file as well as the model API config page. My ollama instance isn't running...
Thanks very much for this detailed explanation. I modified my ollama service with a new `OLLAMA_HOST` address and an `ExecStartPre` instruction in order to wait for the docker bridge to...
Here are the 3 outputs in order after launching `docker-compose up` ``` ❯ sudo docker network ls NETWORK ID NAME DRIVER SCOPE 52d79ccd92a1 bridge bridge local c84193da4b2a host host local...
No, I didn't! I tried to add ```yaml extra_hosts: - "host.docker.internal:host-gateway" ``` inside the `docker-compose` config, and then a corresponding line appeared inside the `/etc/hosts` and a communication was established...
If ollama service is running, you do not need to run `ollam serve` (check `systemctl status ollama.service) and `ollama run` afterwards. Khoj will call what it needs to. Maybe run...