LightRAG/lightrag/api/routers
yangdx d704512139 Refactor shared storage module to improve async handling and naming consistency
• Add async support for get_namespace_data
• Rename get_update_flags to get_update_flag
• Rename set_update_flag to set_all_update_flags
• Update docstrings for clarity
• Fix typos in log messages
2025-03-01 05:01:26 +08:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py Refactor shared storage module to improve async handling and naming consistency 2025-03-01 05:01:26 +08:00
graph_routes.py Reduce knowledge graph max_depth from 100 to 3 2025-02-24 03:34:44 +08:00
ollama_api.py Change Ollama API router tag to lowercase 2025-02-20 14:23:33 +08:00
query_routes.py refactor: remove redundant top_k checks in query routes 2025-02-21 18:53:43 +08:00