LightRAG/lightrag/api/routers
yangdx 0f51ec48f1 fix: streaming error when only_need_context=True returns empty results
Prevents NoneType async iteration error by handling None responses
in stream_generator and ensuring kg_query returns valid strings.
2025-06-28 09:18:06 +08:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py Fix linting 2025-06-27 02:33:20 +08:00
graph_routes.py Fix linting 2025-04-14 13:29:56 +08:00
ollama_api.py Fix linting 2025-06-11 16:36:05 +08:00
query_routes.py fix: streaming error when only_need_context=True returns empty results 2025-06-28 09:18:06 +08:00