jonfairbanks / local-rag

Ingest files for retrieval augmented generation (RAG) with open-source Large Language Models (LLMs), all without 3rd parties or sensitive data leaving your network.
GNU General Public License v3.0
535 stars 64 forks source link

ollama - ERROR - Failed to retrieve Ollama model list: [Errno 99] Cannot assign requested address #65

Open maifeeulasad opened 2 months ago

maifeeulasad commented 2 months ago

Describe the Bug ollama - ERROR - Failed to retrieve Ollama model list: [Errno 99] Cannot assign requested address

Troubleshooting

I have read the Local RAG troubleshooting guide, reviewed my application state and log file:

How To Reproduce

git clone https://github.com/jonfairbanks/local-rag.git
cd local-rag
docker compose up

Expected Behavior It should have run without any error.

Screenshots image

Logs

$ cat ./local-rag.log
2024-09-06 03:45:22,362 - ollama - INFO - Ollama chat client created successfully
2024-09-06 03:45:22,363 - ollama - ERROR - Failed to retrieve Ollama model list: [Errno 99] Cannot assign requested address

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional Context n/a

Barsun commented 1 month ago

got same problem :(