mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Light GraphRAG (#4585)
### What problem does this PR solve? #4543 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -51,6 +51,7 @@ dependencies = [
|
||||
"infinity-sdk==0.6.0-dev2",
|
||||
"infinity-emb>=0.0.66,<0.0.67",
|
||||
"itsdangerous==2.1.2",
|
||||
"json-repair==0.35.0",
|
||||
"markdown==3.6",
|
||||
"markdown-to-json==2.1.1",
|
||||
"minio==7.2.4",
|
||||
@ -130,4 +131,4 @@ full = [
|
||||
"flagembedding==1.2.10",
|
||||
"torch==2.3.0",
|
||||
"transformers==4.38.1"
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user