zer0u1tra

Results 4 comments of zer0u1tra

Here is the Verba output when trying to embed a .pdf document: ``` (INFO) Importing... (INFO) Importing 1 files with BasicReader (INFO) Importing Lanier.pdf (SUCCESS) Loaded 1 documents in 0.46s...

> Your Docker Container can't access localhost outside of it's container, you need to specify the OLLAMA_URL to `http://host.docker.internal:11434` I started with that and got the same error, just coming...

> I think my situation with WSL is similar - it's running behind Hyper-V and by default, port forwarding is not enabled from WSL -> Windows but it IS the...

> Hi Try hardcoding these two variables in the docker file. OLLAMA_URL=http://localhost:11434 OLLAMA_MODEL=llama3 And also verify variables in the admin screen in UI before importing. This also does not work.