-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API: upload document api #1264
API: upload document api #1264
Conversation
ConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0ce5661540>: Failed to establish a new connection: [Errno 111] Connection refused', errors=(ConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0ce56487c0>: Failed to establish a new connection: [Errno 111] Connection refused', errors=(NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0ce56487c0>: Failed to establish a new connection: [Errno 111] Connection refused'),)), ConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0ce56481f0>: Failed to establish a new connection: [Errno 111] Connection refused', errors=(NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0ce56481f0>: Failed to establish a new connection: [Errno 111] Connection refused'),)), ConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0ce5660ee0>: Failed to establish a new connection: [Errno 111] Connection refused', errors=(NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0ce5660ee0>: Failed to establish a new connection: [Errno 111] Connection refused |
Did you launch the task_executor and ragflow_server successfully? |
This is PR for RAGFlow API, you may submit a issue to describe your problem in detail. |
### What problem does this PR solve? API: Adds the feature of uploading document. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
What problem does this PR solve?
API: Adds the feature of uploading document.
Type of change