LightRAG/lightrag/api/routers
yangdx 8cd4139cbf refactor: fix double query problem by add aquery_llm function for consistent response handling
- Add new aquery_llm/query_llm methods providing structured responses
- Consolidate /query and /query/stream endpoints to use unified aquery_llm
- Optimize cache handling by moving cache checks before LLM calls
2025-09-26 19:05:03 +08:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py Add duplicate document detection and skip processed files in scanning 2025-09-23 17:30:54 +08:00
graph_routes.py Make graph label methods required in BaseGraphStorage interface 2025-09-20 12:40:36 +08:00
ollama_api.py Remove deprecated history_turns and ids parameters from query API endpoint 2025-09-25 04:58:57 +08:00
query_routes.py refactor: fix double query problem by add aquery_llm function for consistent response handling 2025-09-26 19:05:03 +08:00