LightRAG/lightrag/api/routers
yangdx 168232803b Optimized the document processing pipeline
- Enqueue all files to pipeline before starting process when scanning input folder
- Changed parallel enqueue to sequential to prevent CPU overload by heavy file extraction jobs
2025-03-21 13:08:57 +08:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py Optimized the document processing pipeline 2025-03-21 13:08:57 +08:00
graph_routes.py Merge pull request #1003 from danielaskdd/add-graph-search-mode 2025-03-07 12:37:44 +08:00
ollama_api.py Update ollama_api.py 2025-03-05 15:33:06 +01:00
query_routes.py feat(api): Add user authentication functionality 2025-03-05 11:09:31 +08:00