mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
fix no resualt bugs (#1448)
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -57,6 +57,6 @@ class Baidu(ComponentBase, ABC):
|
||||
in zip(url_res, title_res, body_res)]
|
||||
del body_res, url_res, title_res
|
||||
|
||||
br = pd.DataFrame(baidu_res, columns=['content'])
|
||||
print(">>>>>>>>>>>>>>>>>>>>>>>>>>\n", br)
|
||||
return br
|
||||
print(baidu_res, ":::::::::::::::::::::::::::::::::")
|
||||
return Baidu.be_output(baidu_res)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user