ragflow/rag
liwenju0 875096384b
when qwen rerank model not return ok, raise exception to notice user (#3593)
### What problem does this PR solve?

When calling the Qwen rerank model, if the model does not return
correctly, an exception should be raised to notify the user, rather than
simply returning a value of 0, as this would be confusing to the user.
### Type of change          

- [x] New Feature (non-breaking change which adds functionality)
2024-11-22 22:34:34 +08:00
..
app Check tika.parser return result (#3564) 2024-11-22 11:05:06 +08:00
llm when qwen rerank model not return ok, raise exception to notice user (#3593) 2024-11-22 22:34:34 +08:00
nlp Fix chunk enable/disable issue (#3579) 2024-11-22 12:25:42 +08:00
res Format file format from Windows/dos to Unix (#1949) 2024-08-15 09:17:36 +08:00
svr Added TRACE_MALLOC_DELTA and TRACE_MALLOC_FULL (#3555) 2024-11-22 12:00:25 +08:00
utils Fix chunk enable/disable issue (#3579) 2024-11-22 12:25:42 +08:00
__init__.py build python version rag-flow (#21) 2024-01-15 08:46:22 +08:00
benchmark.py Fix logs. Use dict.pop instead of del. Close #3473 (#3484) 2024-11-19 14:15:25 +08:00
raptor.py Introduced beartype (#3460) 2024-11-18 17:38:17 +08:00
settings.py Rework logging (#3358) 2024-11-12 17:35:13 +08:00