Fix: dataset tag file setting cannot be saved (#17428)

This commit is contained in:
euvre
2026-08-05 15:55:34 +08:00
committed by GitHub
parent a55a438b42
commit 0a444343b9
48 changed files with 266 additions and 171 deletions

View File

@@ -40,7 +40,7 @@ cd ragflow/
### Install Python Dependencies
1. Install uv:
```bash
pipx install uv
```
@@ -98,7 +98,7 @@ docker compose -f docker/docker-compose-base.yml up -d
```
4. Check the configuration in **conf/service_conf.yaml**, ensuring all hosts and ports are correctly set.
5. Run the **entrypoint.sh** script to launch the backend service:
```shell
@@ -127,10 +127,10 @@ docker compose -f docker/docker-compose-base.yml up -d
3. Start up the RAGFlow frontend service:
```bash
npm run dev
npm run dev
```
*The following message appears, showing the IP address and port number of your frontend service:*
*The following message appears, showing the IP address and port number of your frontend service:*
![](https://github.com/user-attachments/assets/0daf462c-a24d-4496-a66f-92533534e187)