mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-09 08:57:57 +08:00
Fix: dataset tag file setting cannot be saved (#17428)
This commit is contained in:
@@ -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:*
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user