Cannot make the file ingestion work #1017
Replies: 2 comments 1 reply
-
|
Hello @RadekHavelka, sorry you're running into issues. Have some thoughts below: Based on your error message, you're encountering a component context issue in the Langflow ingestion pipeline, specifically with the DoclingRemote-Dp3PX component. This error occurs when OpenRAG tries to process documents through the default Langflow-based ingestion path. The error called add_log but no component context found indicates that the Langflow flow execution is failing because the DoclingRemote component cannot establish proper component context. This typically happens when:
Two Solutions:1. Verify Docling Serve Status First, ensure Docling Serve is running and accessible:
If it's not running, start it:
2. Check WSL Networking Verify WSL networking: If these fail, you may need to:
Let me know if this works! |
Beta Was this translation helpful? Give feedback.
-
|
Make sure to verify that your password meets the following requirements: it must contain at least 8 characters, including at least one uppercase letter, one lowercase letter, one number, and one special character. You must set OPENSEARCH_HOST='os', and all usernames must be set to 'admin' |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Have Windows 11, WSL system with Ubuntu. Many things from javascript / typescript world run just fine in it.
I have ollama running, with multiple models including gpt-oss:20b and nomic-embed-text:latest.
I tried several times to install the whole OpenRAG system.
Tried to launch it via uvx and uv. I see the docker start, i see it running, all services, including docling. I can open the page. But, I cant make the ingestion work. Not even a simple text file with one paragraph from wikipedia. I select a local file in PROJECT KNOWLEDGE, ADD KNOWLEDGE. It tries to process it and fails almost immediatly. Frontend shows error 500. Backend shows
[error ] called add_log but no component context found
[error ] Task DoclingRemote-Dp3PX Run 0 failed with exception: Error building Component Docling Serve:
called add_log but no component context found
I have no clue what can be the problem here, or how to test or debug it.
Beta Was this translation helpful? Give feedback.
All reactions