LightRAG/lightrag/api/routers
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
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py refactor: remove selective LLM cache clearing functionality 2025-08-05 23:51:51 +08:00
graph_routes.py Fix linting 2025-04-14 13:29:56 +08:00
ollama_api.py feat: refactor ollama server configuration management 2025-07-28 01:38:35 +08:00
query_routes.py feat: change default query mode from hybrid to mix 2025-07-17 19:21:15 +08:00