ragflow/rag
so95 35539092d0
Add **kwargs to model base class constructors (#9252)
Updated constructors for base and derived classes in chat, embedding,
rerank, sequence2txt, and tts models to accept **kwargs. This change
improves extensibility and allows passing additional parameters without
breaking existing interfaces.

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Co-authored-by: IT: Sop.Son <sop.son@feavn.local>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-07 09:45:37 +08:00
..
app Fix: PlainParser using fix in presentation (#9239) 2025-08-05 17:48:18 +08:00
llm Add **kwargs to model base class constructors (#9252) 2025-08-07 09:45:37 +08:00
nlp Fix:remove a img close which can not operate (#9267) 2025-08-06 10:59:49 +08:00
prompts Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
res Refa: add result to callback for agent tool use. (#9137) 2025-08-01 21:49:39 +08:00
svr Refa: add provider info while adding model. (#9273) 2025-08-07 09:40:42 +08:00
utils Refa: add provider info while adding model. (#9273) 2025-08-07 09:40:42 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
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