LightRAG/lightrag/api/routers
yangdx 81caee3498 Enhance query API with streaming control and comprehensive documentation
- Add stream parameter to QueryRequest
- Support non-streaming in /query/stream
- Add detailed OpenAPI response schemas
- Expand endpoint documentation
- Include usage examples and error handling
2025-09-27 11:53:31 +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 Enhance query API with streaming control and comprehensive documentation 2025-09-27 11:53:31 +08:00