ragflow/api
Billy Bao 5a8fbc5a81
Fix: Can't add more models (#11076)
### What problem does this PR solve?

Currently we cannot add any models, since factory is a string, and the
return type of get_allowed_llm_factories() is List[object]
https://github.com/infiniflow/ragflow/pull/11003

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-11-06 18:54:13 +08:00
..
apps Fix: Can't add more models (#11076) 2025-11-06 18:54:13 +08:00
common Feat:admin api (#10642) 2025-10-18 16:09:48 +08:00
db Feat: debug sync data. (#11073) 2025-11-06 16:48:04 +08:00
utils Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
constants.py Introduce common/constants.py (#10965) 2025-11-03 16:32:37 +08:00
ragflow_server.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
settings.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
validation.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
versions.py Don't release full image (#10654) 2025-10-23 23:02:27 +08:00