- Backend: Add MAX_GLEANING env var support in config.py - Backend: Pass entity_extract_max_gleaning to LightRAG initialization - Backend: Include gleaning config in /health status API response - Frontend: Add gleaning to LightragStatus TypeScript type - Frontend: Display gleaning rounds in StatusCard with quality/speed tradeoff info - i18n: Add English and Chinese translations for gleaning UI - Config: Document MAX_GLEANING parameter in env.example This allows users to see their current gleaning configuration (0=disabled for 2x speed, 1=enabled for higher quality) in the frontend status display. |
||
|---|---|---|
| .. | ||
| api | ||
| evaluation | ||
| kg | ||
| llm | ||
| tools | ||
| __init__.py | ||
| base.py | ||
| constants.py | ||
| exceptions.py | ||
| lightrag.py | ||
| namespace.py | ||
| operate.py | ||
| prompt.py | ||
| rerank.py | ||
| types.py | ||
| utils.py | ||
| utils_graph.py | ||