ragflow/rag
Günter Lukas fee757eb41
Fix: Disable reasoning on Gemini 2.5 Flash by default (#10477)
### What problem does this PR solve?

Gemini 2.5 Flash Models use reasoning by default. There is currently no
way to disable this behaviour. This leads to very long response times (>
1min). The default behaviour should be, that reasoning is disabled and
configurable

issue #10474 

### Type of change

- [X] Bug Fix (non-breaking change which fixes an issue)
2025-10-11 10:22:51 +08:00
..
app Feat: Pipeline Docx file supports Markdown output (#10439) 2025-10-10 09:39:15 +08:00
flow Fix: Agent.reset() argument wrong #10463 & Unable to converse with agent through Python API. #10415 (#10472) 2025-10-10 20:44:05 +08:00
llm Fix: Disable reasoning on Gemini 2.5 Flash by default (#10477) 2025-10-11 10:22:51 +08:00
nlp Feat: TOC retrieval (#10456) 2025-10-10 17:07:55 +08:00
prompts Feat: TOC retrieval (#10456) 2025-10-10 17:07:55 +08:00
res Refa: add result to callback for agent tool use. (#9137) 2025-08-01 21:49:39 +08:00
svr Feat: TOC retrieval (#10456) 2025-10-10 17:07:55 +08:00
utils Refactor: improve cv model logics (#10414) 2025-10-09 09:47:36 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
benchmark.py Fix typos: retrievaler -> retriever (#10372) 2025-10-10 09:17:36 +08:00
raptor.py Refactor: based on async await to handle Redis when raptor (#9576) 2025-08-22 10:58:02 +08:00
settings.py Refactor: move some functions out of api/utils/__init__.py (#10216) 2025-09-25 18:04:49 +08:00