-
Notifications
You must be signed in to change notification settings - Fork 9
File size threshold hardcoded - rigid parser selection strategy #15
Open
Assignees
Labels
Description
问题描述
文件大小阈值硬编码导致 Parser 选择策略不灵活。
受影响的文件
src/rag.py行 185, 220
硬编码值
if file_size < 500 * 1024(500KB)
问题
不同业务场景可能需要不同的阈值。
解决方案
应该配置:PARSER_SIZE_THRESHOLD_KB 环境变量