LightRAG/lightrag/tools
clssck 69358d830d test(lightrag,examples,api): comprehensive ruff formatting and type hints
Format entire codebase with ruff and add type hints across all modules:
- Apply ruff formatting to all Python files (121 files, 17K insertions)
- Add type hints to function signatures throughout lightrag core and API
- Update test suite with improved type annotations and docstrings
- Add pyrightconfig.json for static type checking configuration
- Create prompt_optimized.py and test_extraction_prompt_ab.py test files
- Update ruff.toml and .gitignore for improved linting configuration
- Standardize code style across examples, reproduce scripts, and utilities
2025-12-05 15:17:06 +01:00
..
lightrag_visualizer test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +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,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +01:00
migrate_llm_cache.py test(lightrag,examples,api): comprehensive ruff formatting and type hints 2025-12-05 15:17:06 +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