LightRAG/lightrag_webui/src
Claude 49a485b414
Add gleaning configuration display to frontend status
- 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.
2025-11-19 12:13:56 +00:00
..
api Add gleaning configuration display to frontend status 2025-11-19 12:13:56 +00:00
components Add gleaning configuration display to frontend status 2025-11-19 12:13:56 +00:00
contexts Revise the comment to enhance clarity and precision 2025-03-16 12:26:32 +08:00
features Remove deprecated response_type parameter from query settings 2025-11-12 12:19:30 +08:00
hooks feat: Update node color and legent after entity_type changed 2025-10-31 00:03:55 +08:00
lib Add theme-aware edge highlighting colors for graph control 2025-10-05 10:40:25 +08:00
locales Add gleaning configuration display to frontend status 2025-11-19 12:13:56 +00:00
services Fix linting 2025-04-28 02:15:25 +08:00
stores Remove deprecated response_type parameter from query settings 2025-11-12 12:19:30 +08:00
types Add KaTeX mhchem extension support and improve math rendering 2025-09-28 15:13:04 +08:00
utils feat: Update node color and legent after entity_type changed 2025-10-31 00:03:55 +08:00
App.tsx Web UI - center the loading icon 2025-09-26 03:57:42 +00:00
AppRouter.tsx Add KaTeX mhchem extension support and improve math rendering 2025-09-28 15:13:04 +08:00
i18n.ts docs(locales): add traditional chinese support 2025-04-12 16:46:46 +08:00
index.css Add @tailwindcss/typography plugin and fix Tailwind config 2025-10-14 03:14:38 +08:00
main.tsx feat(webui): Enhance KaTeX rendering and add robust error handling 2025-09-28 22:50:33 +08:00
vite-env.d.ts