-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Bug]: Can't connect Dify #4449
Comments
We intend to create an international community, so we encourage using English for communication. |
|
Thank you for the reminder. I will go through the guidelines and check everything again. Thank you. |
In Dify (0.14.2), I can retrieve and hit the knowledge base using /api/v1/dify, but in Dify (0.15.0), the same method triggers a Dify error: Application error: a client-side exception has occurred (see the browser console for more information).
|
In fact, this API is used by Dify. You can try to access the API used by cURL or postman to check if the response is correct and aligned with Dify's requirement. If not, please let us know to fix the issue. Otherwise, please check with Dify team for reason. |
Is there an existing issue for the same bug?
RAGFlow workspace code commit ID
2914
RAGFlow image version
0.15.0 full
Other environment information
Actual behavior
在dify的External Knowledge API中增加ragflow知识库,api分别使用mysite.com/api/v1/datasets mysite.com/api/v1 mysite.com/api/v1 /api/v1/retrieval 等 api接口都是通的,但是在dify中进行Retrieval Test,结果为空,在ragflow中日志提示:
2025-01-12 20:56:34,615 INFO 197 172.19.0.2 - - [12/Jan/2025 20:56:34] "POST /api/v1/retrieval HTTP/1.1" 200 -
2025-01-12 20:56:56,912 INFO 19 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2025-01-12T20:56:56.910604", "boot_at": "2025-01-12T16:05:42.311285", "pending": 0, "lag": 0, "done": 1, "failed": 0, "current": null}
01-12 20:57:45,953 INFO 197 172.19.0.2 - - [12/Jan/2025 20:57:45] "POST /api/v1/datasets/retrieval HTTP/1.1" 200 -
2025-01-12 20:57:56,956 INFO 19 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2025-01-12T20:57:56.954931", "boot_at": "2025-01-12T16:05:42.311285", "pending": 0, "lag": 0, "done": 1, "failed": 0, "current": null}
Expected behavior
希望可以在dify中对接ragflow知识库
Steps to reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: