LightRAG/lightrag/tools
clssck dd1413f3eb test(lightrag,examples): add prompt accuracy and quality tests
Add comprehensive test suites for prompt evaluation:
- test_prompt_accuracy.py: 365 lines testing prompt extraction accuracy
- test_prompt_quality_deep.py: 672 lines for deep quality analysis
- Refactor prompt.py to consolidate optimized variants (removed prompt_optimized.py)
- Apply ruff formatting and type hints across 30 files
- Update pyrightconfig.json for static type checking
- Modernize reproduce scripts and examples with improved type annotations
- Sync uv.lock dependencies
2025-12-05 16:39:52 +01:00
..
lightrag_visualizer test(lightrag,examples): add prompt accuracy and quality tests 2025-12-05 16:39:52 +01:00
__init__.py Reapply "Integrated the GraphML Visualizer as an optional component of LightRAG" 2025-02-05 02:33:26 +08:00
check_initialization.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
clean_llm_query_cache.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
download_cache.py test(lightrag,examples): add prompt accuracy and quality tests 2025-12-05 16:39:52 +01:00
migrate_llm_cache.py test(lightrag,examples): add prompt accuracy and quality tests 2025-12-05 16:39:52 +01: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