mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Oss support opendal(including mysql) (#8204)
### What problem does this PR solve? #8074 Oss support opendal(including mysql) ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
@ -62,6 +62,7 @@ dependencies = [
|
||||
"opencv-python==4.10.0.84",
|
||||
"opencv-python-headless==4.10.0.84",
|
||||
"openpyxl>=3.1.0,<4.0.0",
|
||||
"opendal>=0.45.0,<0.46.0",
|
||||
"ormsgpack==1.5.0",
|
||||
"pandas>=2.2.0,<3.0.0",
|
||||
"pdfplumber==0.10.4",
|
||||
@ -71,6 +72,7 @@ dependencies = [
|
||||
"psycopg2-binary==2.9.9",
|
||||
"pyclipper==1.3.0.post5",
|
||||
"pycryptodomex==3.20.0",
|
||||
"pymysql>=1.1.1,<2.0.0",
|
||||
"pypdf>=5.0.0,<6.0.0",
|
||||
"python-dotenv==1.0.1",
|
||||
"python-dateutil==2.8.2",
|
||||
@ -84,6 +86,7 @@ dependencies = [
|
||||
"replicate==0.31.0",
|
||||
"roman-numbers==1.0.2",
|
||||
"ruamel-base==1.0.0",
|
||||
"ruamel-yaml>=0.18.6,<0.19.0",
|
||||
"scholarly==1.7.11",
|
||||
"scikit-learn==1.5.0",
|
||||
"selenium==4.22.0",
|
||||
|
||||
Reference in New Issue
Block a user