ragflow/api
Liu An d11cfd4e45
Fix: Add input validation to chunk creation endpoint (#8516)
### What problem does this PR solve?

- Include optional `tag_feas` field if present in request
- Add input validation for `important_kwd` and `question_kwd` to ensure
they are lists
- #8462

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-06-26 17:46:00 +08:00
..
apps Fix: Add input validation to chunk creation endpoint (#8516) 2025-06-26 17:46:00 +08:00
db Fix: some cases Task return but not set progress (#8469) 2025-06-25 09:58:55 +08:00
utils Feat: add MCP dashboard functionalities list_tools and test_tool (#8505) 2025-06-26 13:52:01 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
constants.py Refa: Implement centralized file name length limit using FILE_NAME_LEN_LIMIT constant (#8318) 2025-06-17 18:01:30 +08:00
ragflow_server.py Feat: add MCP dashboard functionalities list_tools and test_tool (#8505) 2025-06-26 13:52:01 +08:00
settings.py Fix: Authentication Bypass via predictable JWT secret and empty token validation (#7998) 2025-06-05 12:10:24 +08:00
validation.py Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
versions.py Fix VERSION 2024-12-07 16:56:34 +08:00