mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Added doc on dev-slim (#2627)
Added doc on dev-slim ### Type of change - [x] Documentation Update - [x] Refactoring --------- Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
@ -17,7 +17,6 @@ azure-storage-file-datalake = "12.16.0"
|
||||
anthropic = "=0.34.1"
|
||||
arxiv = "2.1.3"
|
||||
aspose-slides = { version = "^24.9.0", markers = "platform_machine == 'x86_64'" }
|
||||
bcembedding = "0.1.3"
|
||||
bio = "1.7.1"
|
||||
boto3 = "1.34.140"
|
||||
botocore = "1.34.140"
|
||||
@ -34,10 +33,8 @@ editdistance = "0.8.1"
|
||||
elastic-transport = "8.12.0"
|
||||
elasticsearch = "8.12.1"
|
||||
elasticsearch-dsl = "8.12.0"
|
||||
fastembed = "^0.3.6"
|
||||
fasttext = "0.9.3"
|
||||
filelock = "3.15.4"
|
||||
flagembedding = "1.2.10"
|
||||
flask = "3.0.3"
|
||||
flask-cors = "5.0.0"
|
||||
flask-login = "0.6.3"
|
||||
@ -58,7 +55,6 @@ nltk = "3.9.1"
|
||||
numpy = "1.26.4"
|
||||
ollama = "0.2.1"
|
||||
onnxruntime = "1.17.3"
|
||||
onnxruntime-gpu = { version = "^1.17.1", markers = "platform_machine == 'x86_64'" }
|
||||
openai = "1.12.0"
|
||||
opencv-python = "4.9.0.80"
|
||||
opencv-python-headless = "4.9.0.80"
|
||||
@ -97,8 +93,6 @@ tabulate = "0.9.0"
|
||||
tencentcloud-sdk-python = "3.0.1215"
|
||||
tika = "2.6.0"
|
||||
tiktoken = "0.6.0"
|
||||
torch = "2.3.0"
|
||||
transformers = "4.38.1"
|
||||
umap_learn = "0.5.6"
|
||||
vertexai = "1.64.0"
|
||||
volcengine = "1.0.146"
|
||||
@ -107,7 +101,7 @@ webdriver-manager = "4.0.1"
|
||||
werkzeug = "3.0.3"
|
||||
wikipedia = "1.4.0"
|
||||
word2number = "1.1"
|
||||
xgboost = "2.1.0"
|
||||
xgboost = "1.5.0"
|
||||
xpinyin = "0.7.6"
|
||||
yfinance = "0.1.96"
|
||||
zhipuai = "2.0.1"
|
||||
@ -117,12 +111,18 @@ python-docx = "^1.1.2"
|
||||
pypdf2 = "^3.0.1"
|
||||
graspologic = "^3.4.1"
|
||||
pymysql = "^1.1.1"
|
||||
mini-racer = "^0.12.4"
|
||||
|
||||
[[tool.poetry.source]]
|
||||
name = "tsinghua"
|
||||
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
||||
priority = "primary"
|
||||
|
||||
[tool.poetry.group.full]
|
||||
optional = true
|
||||
|
||||
[tool.poetry.group.full.dependencies]
|
||||
bcembedding = "0.1.3"
|
||||
fastembed = "^0.3.6"
|
||||
flagembedding = "1.2.10"
|
||||
mini-racer = "^0.12.4"
|
||||
torch = "2.3.0"
|
||||
transformers = "4.38.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
||||
Reference in New Issue
Block a user