LightRAG/lightrag_webui/src
yangdx c22315ea6d refactor: remove selective LLM cache clearing functionality
- Remove optional 'modes' parameter from aclear_cache() and clear_cache() methods
- Replace deprecated drop_cache_by_modes() with drop() method for complete cache clearing
- Update API endpoint to ignore mode-specific parameters and clear all cache
- Simplify frontend clearCache() function to send empty request body

This change ensures all LLM cache is cleared together.
2025-08-05 23:51:51 +08:00
..
api refactor: remove selective LLM cache clearing functionality 2025-08-05 23:51:51 +08:00
components Improve select dropdown styling in query settings 2025-07-31 23:52:44 +08:00
contexts
features fix: resolve quick refresh after clearing documents in DocumentManager 2025-07-31 03:45:11 +08:00
hooks Update node size logic node expansion 2025-04-17 04:32:39 +08:00
lib Simplified scroll to bottom logic 2025-04-23 00:38:35 +08:00
locales Update i18n translation 2025-07-31 01:59:26 +08:00
services Fix linting 2025-04-28 02:15:25 +08:00
stores Remove History Turns config option and force value to 0 2025-07-31 11:22:48 +08:00
App.tsx feat(webui): Implement intelligent polling and responsive health checks 2025-07-31 01:37:24 +08:00
AppRouter.tsx Improve toast notifications and document clearing flow 2025-04-01 15:44:36 +08:00
i18n.ts docs(locales): add traditional chinese support 2025-04-12 16:46:46 +08:00
index.css
main.tsx
vite-env.d.ts