LightRAG/lightrag/api/routers
yangdx b08b8a6a6a Add reference list support to query API endpoints with unified result handling
• Add include_references param to QueryRequest
• Extend QueryResponse with references field
• Create unified QueryResult data structures
• Refactor kg_query and naive_query functions
• Update streaming to send references first
2025-09-25 16:21:42 +08:00
..
__init__.py
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 Add reference list support to query API endpoints with unified result handling 2025-09-25 16:21:42 +08:00