ragflow/api
Liu An f8524462b0 Fix: Increase default chunk_token_num from 128 to 512 in parser config (#8753)
### What problem does this PR solve?

Updated the default `chunk_token_num` value in `api_utils.py` and
`validation_utils.py` to 512 to accommodate larger text chunks. Adjusted
corresponding test cases in HTTP and SDK API tests to reflect this
change.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-07-10 09:53:20 +08:00
..
apps Feat: add advanced document filter (#8723) 2025-07-09 09:33:11 +08:00
db Fix: graphrag, raptor can be null for api created kb issue (#8743) 2025-07-09 17:12:42 +08:00
utils Fix: Increase default chunk_token_num from 128 to 512 in parser config (#8753) 2025-07-10 09:53:20 +08:00
__init__.py
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 Refa: change mcp_client module to rag/utils/conn (#8578) 2025-07-01 09:29:19 +08:00
settings.py Fix: anthropic llm issue. (#8633) 2025-07-02 18:37:34 +08:00
validation.py
versions.py