Updated instructions on upgrading to RAGFlow dev (#3175)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters 2024-11-04 13:21:29 +08:00 committed by GitHub
parent 285fd6ae14
commit 3e4fc12d30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 5 deletions

View File

@ -4,6 +4,7 @@
Look into [.env](./.env), there're some important variables. Look into [.env](./.env), there're some important variables.
## MYSQL_PASSWORD ## MYSQL_PASSWORD
The mysql password could be changed by this variable. But you need to change *mysql.password* in [service_conf.yaml](./service_conf.yaml) at the same time. The mysql password could be changed by this variable. But you need to change *mysql.password* in [service_conf.yaml](./service_conf.yaml) at the same time.

View File

@ -18,7 +18,13 @@ You can upgrade RAGFlow to dev version or the latest version:
RAGFLOW_IMAGE=infiniflow/ragflow:dev RAGFLOW_IMAGE=infiniflow/ragflow:dev
``` ```
2. Update RAGFlow image and restart RAGFlow: 2. Pull the latest code from inside Docker:
```bash
git pull
```
3. Update RAGFlow image and restart RAGFlow:
```bash ```bash
docker compose -f docker/docker-compose.yml pull docker compose -f docker/docker-compose.yml pull

View File

@ -1,5 +1,5 @@
---
sidebar_position: 0 sidebar_position: 0
slug: /http_api_reference slug: /http_api_reference
--- ---
@ -70,7 +70,7 @@ curl --request POST \
- `"language"`: (*Body parameter*), `string` - `"language"`: (*Body parameter*), `string`
The language setting of the dataset to create. Available options: The language setting of the dataset to create. Available options:
- `"English"` (Default) - `"English"` (default)
- `"Chinese"` - `"Chinese"`
- `"embedding_model"`: (*Body parameter*), `string` - `"embedding_model"`: (*Body parameter*), `string`

View File

@ -1,5 +1,5 @@
---
sidebar_position: 1 sidebar_position: 1
slug: /python_api_reference slug: /python_api_reference
--- ---
@ -58,7 +58,7 @@ A brief description of the dataset to create. Defaults to `""`.
The language setting of the dataset to create. Available options: The language setting of the dataset to create. Available options:
- `"English"` (Default) - `"English"` (default)
- `"Chinese"` - `"Chinese"`
#### permission #### permission