mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-04 11:24:00 +08:00
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:
parent
285fd6ae14
commit
3e4fc12d30
@ -4,6 +4,7 @@
|
||||
Look into [.env](./.env), there're some important variables.
|
||||
|
||||
## 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.
|
||||
|
||||
|
||||
|
@ -18,7 +18,13 @@ You can upgrade RAGFlow to dev version or the latest version:
|
||||
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
|
||||
docker compose -f docker/docker-compose.yml pull
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 0
|
||||
|
||||
slug: /http_api_reference
|
||||
---
|
||||
|
||||
@ -70,7 +70,7 @@ curl --request POST \
|
||||
|
||||
- `"language"`: (*Body parameter*), `string`
|
||||
The language setting of the dataset to create. Available options:
|
||||
- `"English"` (Default)
|
||||
- `"English"` (default)
|
||||
- `"Chinese"`
|
||||
|
||||
- `"embedding_model"`: (*Body parameter*), `string`
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
|
||||
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:
|
||||
|
||||
- `"English"` (Default)
|
||||
- `"English"` (default)
|
||||
- `"Chinese"`
|
||||
|
||||
#### permission
|
||||
|
Loading…
x
Reference in New Issue
Block a user