ragflow/rag
Yongteng Lei 83771e500c
Refa: migrate chat models to LiteLLM (#9394)
### What problem does this PR solve?

All models pass the mock response tests, which means that if a model can
return the correct response, everything should work as expected.
However, not all models have been fully tested in a real environment,
the real API_KEY. I suggest actively monitoring the refactored models
over the coming period to ensure they work correctly and fixing them
step by step, or waiting to merge until most have been tested in
practical environment.

### Type of change

- [x] Refactoring
2025-08-12 10:59:20 +08:00
..
app Support the case of one cell split by multiple columns. (#9225) 2025-08-11 17:17:56 +08:00
llm Refa: migrate chat models to LiteLLM (#9394) 2025-08-12 10:59:20 +08:00
nlp Refactor:naive_merge_with_images close useless images (#9296) 2025-08-07 11:07:29 +08:00
prompts Agent plans tasks by referring to its own prompt. (#9315) 2025-08-11 17:05:06 +08:00
res Refa: add result to callback for agent tool use. (#9137) 2025-08-01 21:49:39 +08:00
svr Fix broken data stream when writing image file (#9354) 2025-08-11 17:07:49 +08:00
utils Fix: bytes style image issue. (#9304) 2025-08-07 15:20:01 +08:00
__init__.py
benchmark.py
raptor.py Refa: remove temperature since some LLMs fail to support. (#8981) 2025-07-23 10:17:04 +08:00
settings.py Feat: make document parsing and embedding batch sizes configurable via environment variables (#8266) 2025-06-16 13:40:47 +08:00