This website requires JavaScript.
Explore
Help
Sign in
gmakstutis
/
LightRAG
Watch
1
Star
0
Fork
You've already forked LightRAG
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1ca6837219
LightRAG
/
lightrag
/
api
/
routers
History
yangdx
1ca6837219
Add max nodes limit for graph retrieval of networkX
...
• Set MAX_GRAPH_NODES env var (default 1000) • Change edge type to "RELATED"
2025-03-02 12:52:25 +08:00
..
__init__.py
split lightrag_servery.py to smaller files
2025-02-20 03:26:39 +08:00
document_routes.py
Refactor shared storage module to improve async handling and naming consistency
2025-03-01 05:01:26 +08:00
graph_routes.py
Add max nodes limit for graph retrieval of networkX
2025-03-02 12:52:25 +08:00
ollama_api.py
Change Ollama API router tag to lowercase
2025-02-20 14:23:33 +08:00
query_routes.py
refactor: remove redundant top_k checks in query routes
2025-02-21 18:53:43 +08:00