Updated RAGFlow Agent UI (#4029)

### What problem does this PR solve?


### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2024-12-13 18:57:22 +08:00
committed by GitHub
parent 9b9039de92
commit e5c3083826
9 changed files with 43 additions and 62 deletions

View File

@ -34,6 +34,10 @@ docker compose -f docker/docker-compose.yml up -d
- **docker-compose-base.yml**
Sets up environment for RAGFlow's dependencies: Elasticsearch/[Infinity](https://github.com/infiniflow/infinity), MySQL, MinIO, and Redis.
:::danger IMPORTANT
**docker-compose-CN-oc9.yml**, **docker-compose-gpu-CN-oc9.yml**, **docker-compose-gpu.yml** have been contributed by our community. We do not actively maintain these files, so use them at your own risk. However, you are welcome to file a pull request to improve any of them.
:::
## Docker environment variables
The [.env](https://github.com/infiniflow/ragflow/blob/main/docker/.env) file contains important environment variables for Docker.
@ -45,7 +49,7 @@ The [.env](https://github.com/infiniflow/ragflow/blob/main/docker/.env) file con
- `ES_PORT`
The port used to expose the Elasticsearch service to the host machine, allowing **external** access to the service running inside the Docker container. Defaults to `1200`.
- `ELASTIC_PASSWORD`
The password for Elasticsearch.
The password for Elasticsearch.
### Kibana

View File

@ -192,9 +192,9 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
$ docker compose -f docker/docker-compose.yml up -d
```
```mdx-code-block
<APITable>
```
```mdx-code-block
<APITable>
```
| RAGFlow image tag | Image size (GB) | Has embedding models and Python packages? | Stable? |
| ------------------- | --------------- | ----------------------------------------- | ------------------------ |
@ -205,9 +205,9 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
| `nightly` | &approx;9 | :heavy_check_mark: | *Unstable* nightly build |
| `nightly-slim` | &approx;2 | ❌ | *Unstable* nightly build |
```mdx-code-block
</APITable>
```
```mdx-code-block
</APITable>
```
4. Check the server status after having the server up and running: