Local RAG setup not Ragging (indexing) while Computer is not connected to the internet #9209
Unanswered
christianwengert
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have RAG set up like this (with llama.cpp in the background):
This works fine as long as I am connected to the internet. But when I am offline, the indexation will not start (I do not even see the request on the /v1/embeddings route of my llama.cpp server) until the system tells me it it taking longer than expected and the file upload icon is turning and turning and ...
Concerning the logs:
In the API logs i could not find anything related to this.
In the RAG API logs the last entry is
2025-08-22 06:28:01,045 - root - INFO - Request POST [http://rag_api:8000/query](http://rag_api:8000/query) - 200
.Beta Was this translation helpful? Give feedback.
All reactions