ragflow/rag/llm
Kevin Hu d9fe279dde
Feat: Redesign and refactor agent module (#9113)
### What problem does this PR solve?

#9082 #6365

<u> **WARNING: it's not compatible with the older version of `Agent`
module, which means that `Agent` from older versions can not work
anymore.**</u>

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2025-07-30 19:41:09 +08:00
..
__init__.py Refa: automatic LLMs registration (#8651) 2025-07-03 19:05:31 +08:00
chat_model.py Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
cv_model.py Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
embedding_model.py Fix: fix error 429 api rate limit when building knowledge graph for all chat model and Mistral embedding model (#9106) 2025-07-30 11:37:49 +08:00
rerank_model.py Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
sequence2txt_model.py Feat: add model provider DeepInfra (#9003) 2025-07-23 18:10:35 +08:00
tts_model.py Fix: typo Bearer token (#8998) 2025-07-23 18:10:51 +08:00