You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevconsole.py", line 364, in runcode
coro = func()
File "", line 1, in
File "/Users/shuaihan/miniconda3/envs/X/lib/python3.10/site-packages/ragflow_sdk/ragflow.py", line 181, in retrieve
raise Exception(res.get("message"))
Exception: datasets is required.
Expected behavior
No response
Steps to reproduce
本地按照https://ragflow.io/docs/dev/正常调用该函数
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for the same bug?
RAGFlow workspace code commit ID
000000
RAGFlow image version
0.13
Other environment information
Actual behavior
Traceback (most recent call last):
File "/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevconsole.py", line 364, in runcode
coro = func()
File "", line 1, in
File "/Users/shuaihan/miniconda3/envs/X/lib/python3.10/site-packages/ragflow_sdk/ragflow.py", line 181, in retrieve
raise Exception(res.get("message"))
Exception:
datasets
is required.Expected behavior
No response
Steps to reproduce
本地按照https://ragflow.io/docs/dev/正常调用该函数
Additional information
No response
The text was updated successfully, but these errors were encountered: