mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Feat: Support multiple data sources synchronizations (#10954)
### What problem does this PR solve? #10953 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -15,6 +15,7 @@ dependencies = [
|
||||
"anthropic==0.34.1",
|
||||
"arxiv==2.1.3",
|
||||
"aspose-slides>=25.10.0,<26.0.0; platform_machine == 'x86_64' or (sys_platform == 'darwin' and platform_machine == 'arm64')",
|
||||
"atlassian-python-api==4.0.7",
|
||||
"beartype>=0.18.5,<0.19.0",
|
||||
"bio==1.7.1",
|
||||
"blinker==1.7.0",
|
||||
@ -29,6 +30,7 @@ dependencies = [
|
||||
"deepl==1.18.0",
|
||||
"demjson3==3.0.6",
|
||||
"discord-py==2.3.2",
|
||||
"dropbox==12.0.2",
|
||||
"duckduckgo-search>=7.2.0,<8.0.0",
|
||||
"editdistance==0.8.1",
|
||||
"elastic-transport==8.12.0",
|
||||
@ -50,12 +52,15 @@ dependencies = [
|
||||
"infinity-emb>=0.0.66,<0.0.67",
|
||||
"itsdangerous==2.1.2",
|
||||
"json-repair==0.35.0",
|
||||
"jira==3.10.5",
|
||||
"markdown==3.6",
|
||||
"markdown-to-json==2.1.1",
|
||||
"minio==7.2.4",
|
||||
"mistralai==0.4.2",
|
||||
"mypy-boto3-s3==1.40.26",
|
||||
"nltk==3.9.1",
|
||||
"numpy>=1.26.0,<2.0.0",
|
||||
"Office365-REST-Python-Client==2.6.2",
|
||||
"ollama>=0.5.0",
|
||||
"onnxruntime==1.19.2; sys_platform == 'darwin' or platform_machine != 'x86_64'",
|
||||
"onnxruntime-gpu==1.19.2; sys_platform != 'darwin' and platform_machine == 'x86_64'",
|
||||
@ -95,6 +100,7 @@ dependencies = [
|
||||
"setuptools>=75.2.0,<76.0.0",
|
||||
"shapely==2.0.5",
|
||||
"six==1.16.0",
|
||||
"slack-sdk==3.37.0",
|
||||
"strenum==0.4.15",
|
||||
"tabulate==0.9.0",
|
||||
"tavily-python==0.5.1",
|
||||
|
||||
Reference in New Issue
Block a user