Replies: 3 comments 2 replies
-
|
Hi @alexeysn! I'm Dosu, a bot here to help you solve bugs, answer questions, and navigate the world of contributing. I'm ready to assist you while we wait for a human maintainer. Let's tackle this issue together! RAGFlow v0.18.0 may not be correctly handling proxy settings for model provider connections, which could be causing the timeout errors you're experiencing. Here are a few things to check and try:
If these steps do not resolve the issue, further investigation into the specific configuration and deployment setup may be necessary. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
|
@alexeysn Hi. Sorry for the late reply. Will forward it to our eng team to take a deeper look. |
Beta Was this translation helpful? Give feedback.
-
|
Hey guys, I am getting the same. what is the solution to this ? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I'm using ragflow:v0.18.0, deployed in a Kubernetes cluster using the official Helm chart from this repository. Since there is no direct internet access, we configured environment variables for proxy:
HTTP_PROXY=http://
HTTPS_PROXY=http://
NO_PROXY=localhost,127.0.0.1,.svc,.googleapis.com
If run "curl https://generativelanguage.googleapis.com" from pod, returns a valid response, confirming that the proxy setup works correctly.
However, when I try to add a Gemini model provider, I receive the following errors in logs:
2025-05-19 13:07:38,742 ERROR 19
Fail to access embedding model(embedding-001) using this api key. Timeout of 60.0s exceeded, last exception: 503 failed to connect to all addresses; last error: UNKNOWN: ipv4:173.194.73.95:443: Failed to connect to remote host: Timeout occurred: FD Shutdown
Fail to access model(gemini-2.0-flash-thinking-exp-01-21) using this api key. ERROR: Unknown field for GenerationConfig: max_tokens
Fail to access embedding model(text-embedding-004) using this api key. Timeout of 60.0s exceeded, last exception: 503 failed to connect to all addresses; last error: UNKNOWN: ipv4:64.233.165.95:443: Failed to connect to remote host: Timeout occurred: FD Shutdown
NoneType: None
Also, I don't see any proxy access attempts in the logs — it seems like the requests are not being routed through the configured HTTP/HTTPS proxy.
Beta Was this translation helpful? Give feedback.
All reactions