LightRAG/lightrag/tools
yangdx 393f880311 Improve LightRAG initialization checker tool with better usage docs
• Add workspace param to get_namespace_data
• Update docstring with proper usage example
• Simplify demo to show correct workflow
• Remove confusing before/after comparison
• Clarify tool should run after init
2025-11-17 15:42:54 +08:00
..
lightrag_visualizer
__init__.py
check_initialization.py Improve LightRAG initialization checker tool with better usage docs 2025-11-17 15:42:54 +08:00
clean_llm_query_cache.py Remove final_namespace attribute for in-memory storage and use namespace in clean_llm_query_cache.py 2025-11-17 12:54:33 +08:00
download_cache.py
migrate_llm_cache.py Fix: prevent source data corruption by target upsert function 2025-11-09 00:02:19 +08:00
README_CLEAN_LLM_QUERY_CACHE.md Add LLM query cache cleanup tool for KV storage backends 2025-11-09 13:37:33 +08:00
README_MIGRATE_LLM_CACHE.md Update LLM cache migration docs and improve UX prompts 2025-11-08 23:48:19 +08:00