ragflow/agent/component
Sol 53b991aa0e
Fix backquotes in text2sql causing execution errors (#7793)
### What problem does this PR solve?
Remove the backquotes in the sql generated by LLM to prevent it from
causing execution errors.

![image](https://github.com/user-attachments/assets/40d57ef7-b812-402a-b469-5793e466b83d)


![image](https://github.com/user-attachments/assets/d0a9bc17-ff5a-43cb-90cb-b2b3827b00b0)


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-05-23 09:49:45 +08:00
..
__init__.py Feat: add code agent component (#7672) 2025-05-16 10:27:47 +08:00
akshare.py
answer.py
arxiv.py
baidu.py Fix baidu request error (#7799) 2025-05-23 09:48:55 +08:00
baidufanyi.py
base.py add show debug (#7390) 2025-05-12 17:15:19 +08:00
begin.py
bing.py
categorize.py add show debug (#7390) 2025-05-12 17:15:19 +08:00
code.py Feat: add code agent component (#7672) 2025-05-16 10:27:47 +08:00
concentrator.py
crawler.py
deepl.py
duckduckgo.py
email.py Fix: Email error. (#6701) 2025-04-01 10:37:04 +08:00
exesql.py Fix backquotes in text2sql causing execution errors (#7793) 2025-05-23 09:49:45 +08:00
generate.py Feat: Support tool calling in Generate component (#7572) 2025-05-16 16:32:19 +08:00
github.py
google.py
googlescholar.py
invoke.py
iteration.py
iterationitem.py Feat: apply LLM to optimize citations. (#5935) 2025-03-11 19:56:21 +08:00
jin10.py
keyword.py add show debug (#7390) 2025-05-12 17:15:19 +08:00
message.py
pubmed.py
qweather.py
relevant.py
retrieval.py Feat: let image citation being shown. (#7624) 2025-05-13 19:30:05 +08:00
rewrite.py
switch.py Fix: swich follow interact issue. (#6279) 2025-03-19 17:30:12 +08:00
template.py Fix: Preserve quotes while handling variable substitution withTemplate component. (#6410) 2025-03-21 19:44:03 +08:00
tushare.py
wencai.py
wikipedia.py
yahoofinance.py