ReMe/reme
jinliyl c3b1e93918
Some checks are pending
Pre-commit / run (ubuntu-latest) (push) Waiting to run
Tests ReMe / Unit Tests - py3.11 (push) Waiting to run
Tests ReMe / Unit Tests - py3.12 (push) Waiting to run
Tests ReMe / Unit Tests - py3.13 (push) Waiting to run
Windows Smoke / CLI smoke - py3.11 (push) Waiting to run
feat(index): add file size limits and oversized file handling (#362)
* feat(index): add file size limits and oversized file handling

- Implement max_file_bytes configuration option for content processing jobs
- Add default 20MB file size limit for background processing in default config
- Skip oversized files during auto_resource step with appropriate metadata
- Clear stale index entries when oversized files are modified
- Add size-based filtering logic to update_changes step with skip reporting
- Include file size validation in UpdateIndexStep with proper response handling
- Add comprehensive tests for oversized file scenarios in auto_resource and update_index
- Document file size limits in constants with appropriate thresholds

* chore(version): bump version to 0.4.1.1

- Update __version__ from 0.4.1.0 to 0.4.1.1 in __init__.py

* fix(index): isolate batch metadata and handle file races
2026-07-15 21:01:18 +08:00
..
components refactor(embedding): defer provider construction until first remote call (#361) 2026-07-15 20:46:36 +08:00
config feat(index): add file size limits and oversized file handling (#362) 2026-07-15 21:01:18 +08:00
enumeration Refactor logging levels and add dream schema definitions (#291) 2026-06-24 16:44:03 +08:00
schema refactor(embedding): update embedding model initialization and session storage paths (#329) 2026-07-08 12:30:46 +09:00
steps feat(index): add file size limits and oversized file handling (#362) 2026-07-15 21:01:18 +08:00
utils feat(core): add shell execution and runtime memory status (#344) 2026-07-14 16:31:41 +08:00
__init__.py feat(index): add file size limits and oversized file handling (#362) 2026-07-15 21:01:18 +08:00
application.py feat(benchmark): add LongMemEval golden answer validation (#335) 2026-07-13 21:26:27 +08:00
constants.py feat(index): add file size limits and oversized file handling (#362) 2026-07-15 21:01:18 +08:00
reme.py feat(core): add shell execution and runtime memory status (#344) 2026-07-14 16:31:41 +08:00