ragflow/agent/component
TeslaZY dd13a5d05c
Fix some bugs in text2sql.(#4279)(#4281) (#4280)
Fix some bugs in text2sql.(#4279)(#4281)

### What problem does this PR solve?
- The incorrect results in parsing CSV files of the QA knowledge base in
the text2sql scenario. Process CSV files using the csv library. Decouple
CSV parsing from TXT parsing
- Most llm return results in markdown format ```sql query ```, Fix
execution error caused by LLM output SQLmarkdown format.### Type of
change
- [x] Bug Fix (non-breaking change which fixes an issue)
2024-12-30 10:32:19 +08:00
..
__init__.py Clean query. (#4259) 2024-12-27 14:25:03 +08:00
akshare.py Add component AkShare (#2290) 2024-09-06 19:09:41 +08:00
answer.py Add graphrag (#1793) 2024-08-02 18:51:14 +08:00
arxiv.py Use consistent log file names, introduced initLogger (#3403) 2024-11-14 17:13:48 +08:00
baidu.py Add iteration for agent. (#4258) 2024-12-27 11:38:33 +08:00
baidufanyi.py fix baidufanyi param error (#3053) 2024-10-28 11:05:32 +08:00
base.py Add iteration for agent. (#4258) 2024-12-27 11:38:33 +08:00
begin.py Support debug components. (#3994) 2024-12-11 19:23:59 +08:00
bing.py Use consistent log file names, introduced initLogger (#3403) 2024-11-14 17:13:48 +08:00
categorize.py Component debugging funcionality. (#4012) 2024-12-13 08:50:32 +08:00
concentrator.py refine get_input (#2630) 2024-09-27 20:20:36 +08:00
crawler.py Let ThreadPool exit gracefully. (#3653) 2024-11-26 16:31:07 +08:00
deepl.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
duckduckgo.py Use consistent log file names, introduced initLogger (#3403) 2024-11-14 17:13:48 +08:00
email.py Email sending tool (#3837) 2024-12-04 11:21:17 +08:00
exesql.py Fix some bugs in text2sql.(#4279)(#4281) (#4280) 2024-12-30 10:32:19 +08:00
generate.py Component debugging funcionality. (#4012) 2024-12-13 08:50:32 +08:00
github.py Use consistent log file names, introduced initLogger (#3403) 2024-11-14 17:13:48 +08:00
google.py Use consistent log file names, introduced initLogger (#3403) 2024-11-14 17:13:48 +08:00
googlescholar.py Use consistent log file names, introduced initLogger (#3403) 2024-11-14 17:13:48 +08:00
invoke.py Fixed invoke component parameters #4236 (#4237) 2024-12-26 16:06:19 +08:00
iteration.py Add iteration for agent. (#4258) 2024-12-27 11:38:33 +08:00
iterationitem.py Add iteration for agent. (#4258) 2024-12-27 11:38:33 +08:00
jin10.py Fix graphrag : "role" user (#2273) 2024-09-06 10:04:01 +08:00
keyword.py Component debugging funcionality. (#4012) 2024-12-13 08:50:32 +08:00
message.py Add graphrag (#1793) 2024-08-02 18:51:14 +08:00
pubmed.py Use consistent log file names, introduced initLogger (#3403) 2024-11-14 17:13:48 +08:00
qweather.py Fix component qweather (#2240) 2024-09-04 17:53:11 +08:00
relevant.py Component debugging funcionality. (#4012) 2024-12-13 08:50:32 +08:00
retrieval.py Move settings initialization after module init phase (#3438) 2024-11-15 17:30:56 +08:00
rewrite.py Component debugging funcionality. (#4012) 2024-12-13 08:50:32 +08:00
switch.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
template.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
tushare.py Add component TuShare (#2288) 2024-09-06 18:33:35 +08:00
wencai.py Remove WenCai imageurl and update investment_advisor prompt (#2606) 2024-09-26 17:27:53 +08:00
wikipedia.py Use consistent log file names, introduced initLogger (#3403) 2024-11-14 17:13:48 +08:00
yahoofinance.py Use consistent log file names, introduced initLogger (#3403) 2024-11-14 17:13:48 +08:00