mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
fix generate error (#1590)
### What problem does this PR solve? #1550 #1210 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -65,4 +65,4 @@ class ArXiv(ComponentBase, ABC):
|
||||
|
||||
df = pd.DataFrame(arxiv_res)
|
||||
if DEBUG: print(df, ":::::::::::::::::::::::::::::::::")
|
||||
return df
|
||||
return df
|
||||
Reference in New Issue
Block a user