ragflow/rag/llm
buua436 6c24ad7966
fix: correct rerank_model condition logic (#10174)
### What problem does this PR solve?

fix the rerank_model condition logic by correcting the np.isclose check.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-09-19 16:02:10 +08:00
..
__init__.py Feat: migrate OpenAI-compatible chats to LiteLLM (#10148) 2025-09-18 17:16:59 +08:00
chat_model.py Feat: migrate OpenAI-compatible chats to LiteLLM (#10148) 2025-09-18 17:16:59 +08:00
cv_model.py Refactor:Improve BytesIO usage for GeminiCV (#10042) 2025-09-11 11:07:15 +08:00
embedding_model.py Fix: embedding model failure in CometAPI (#10137) 2025-09-18 14:49:47 +08:00
rerank_model.py fix: correct rerank_model condition logic (#10174) 2025-09-19 16:02:10 +08:00
sequence2txt_model.py Feat: add CometAPI to LLMFactory and update related mappings (#10119) 2025-09-18 09:51:29 +08:00
tts_model.py Feat: add CometAPI to LLMFactory and update related mappings (#10119) 2025-09-18 09:51:29 +08:00