小林在忙毕业设计
5 месяцев назад
Родитель
Сommit
45dfaf230c
Аккаунт пользователя с таким Email не найден
|
|
|
@@ -305,6 +305,7 @@ docker build --platform linux/amd64 -f Dockerfile -t infiniflow/ragflow:nightly |
|
|
|
git clone https://github.com/infiniflow/ragflow.git |
|
|
|
cd ragflow/ |
|
|
|
uv sync --python 3.10 --all-extras # install RAGFlow dependent python modules |
|
|
|
uv run download_deps.py |
|
|
|
pre-commit install |
|
|
|
``` |
|
|
|
|
|
|
|
@@ -271,6 +271,7 @@ docker build --platform linux/amd64 -f Dockerfile -t infiniflow/ragflow:nightly |
|
|
|
git clone https://github.com/infiniflow/ragflow.git |
|
|
|
cd ragflow/ |
|
|
|
uv sync --python 3.10 --all-extras # install RAGFlow dependent python modules |
|
|
|
uv run download_deps.py |
|
|
|
pre-commit install |
|
|
|
``` |
|
|
|
|
|
|
|
@@ -267,6 +267,7 @@ docker build --platform linux/amd64 -f Dockerfile -t infiniflow/ragflow:nightly |
|
|
|
git clone https://github.com/infiniflow/ragflow.git |
|
|
|
cd ragflow/ |
|
|
|
uv sync --python 3.10 --all-extras # install RAGFlow dependent python modules |
|
|
|
uv run download_deps.py |
|
|
|
pre-commit install |
|
|
|
``` |
|
|
|
|
|
|
|
@@ -266,6 +266,7 @@ docker build --platform linux/amd64 -f Dockerfile -t infiniflow/ragflow:nightly |
|
|
|
git clone https://github.com/infiniflow/ragflow.git |
|
|
|
cd ragflow/ |
|
|
|
uv sync --python 3.10 --all-extras # install RAGFlow dependent python modules |
|
|
|
uv run download_deps.py |
|
|
|
pre-commit install |
|
|
|
``` |
|
|
|
|
|
|
|
@@ -290,6 +290,7 @@ docker build --platform linux/amd64 -f Dockerfile -t infiniflow/ragflow:nightly |
|
|
|
git clone https://github.com/infiniflow/ragflow.git |
|
|
|
cd ragflow/ |
|
|
|
uv sync --python 3.10 --all-extras # instala os módulos Python dependentes do RAGFlow |
|
|
|
uv run download_deps.py |
|
|
|
pre-commit install |
|
|
|
``` |
|
|
|
|
|
|
|
@@ -279,6 +279,7 @@ docker build --platform linux/amd64 --build-arg NEED_MIRROR=1 -f Dockerfile -t i |
|
|
|
git clone https://github.com/infiniflow/ragflow.git |
|
|
|
cd ragflow/ |
|
|
|
uv sync --python 3.10 --all-extras # install RAGFlow dependent python modules |
|
|
|
uv run download_deps.py |
|
|
|
pre-commit install |
|
|
|
``` |
|
|
|
|
|
|
|
@@ -280,6 +280,7 @@ docker build --platform linux/amd64 --build-arg NEED_MIRROR=1 -f Dockerfile -t i |
|
|
|
git clone https://github.com/infiniflow/ragflow.git |
|
|
|
cd ragflow/ |
|
|
|
uv sync --python 3.10 --all-extras # install RAGFlow dependent python modules |
|
|
|
uv run download_deps.py |
|
|
|
pre-commit install |
|
|
|
``` |
|
|
|
|
|
|
|
@@ -47,6 +47,9 @@ STOP=false |
|
|
|
# Array to keep track of child PIDs |
|
|
|
PIDS=() |
|
|
|
|
|
|
|
# Set the path to the NLTK data directory |
|
|
|
export NLTK_DATA="./nltk_data" |
|
|
|
|
|
|
|
# Function to handle termination signals |
|
|
|
cleanup() { |
|
|
|
echo "Termination signal received. Shutting down..." |