ragflow/rag
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
..
app Fix some bugs in text2sql.(#4279)(#4281) (#4280) 2024-12-30 10:32:19 +08:00
llm Fix error of changing embedding model (#4184) 2024-12-23 16:23:54 +08:00
nlp Clean query. (#4259) 2024-12-27 14:25:03 +08:00
res Format file format from Windows/dos to Unix (#1949) 2024-08-15 09:17:36 +08:00
svr Update progress time info (#4193) 2024-12-23 21:04:44 +08:00
utils Fix bugs (#4241) 2024-12-26 16:08:17 +08:00
__init__.py Add back beartype (#3967) 2024-12-10 18:43:43 +08:00
benchmark.py Refactor embedding batch_size (#3825) 2024-12-03 16:22:39 +08:00
raptor.py Cache the result from llm for graphrag and raptor (#4051) 2024-12-17 09:48:03 +08:00
settings.py Update progress info and start welcome info (#3768) 2024-11-30 18:48:06 +08:00