Roman Mazyrin
commited on
Commit
·
0199b98
1
Parent(s):
8c3fb63
Update quickstart.mdx (#3603)
Browse files### What problem does this PR solve?
Fixed typo from RAGFlow_IMAGE to RAGFlOW_IMAGE
### Type of change
- [X] Documentation Update
- docs/quickstart.mdx +4 -4
docs/quickstart.mdx
CHANGED
@@ -184,9 +184,9 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
|
|
184 |
$ docker compose -f docker-compose.yml up -d
|
185 |
```
|
186 |
|
187 |
-
> - To download a RAGFlow slim Docker image of a specific version, update the `
|
188 |
-
> - To download the dev version of RAGFlow Docker image *including* embedding models and Python libraries, update the `
|
189 |
-
> - To download a specific version of RAGFlow Docker image *including* embedding models and Python libraries, update the `
|
190 |
|
191 |
:::tip NOTE
|
192 |
A RAGFlow Docker image that includes embedding models and Python libraries is approximately 9GB in size and may take significantly longer time to load.
|
@@ -347,4 +347,4 @@ RAGFlow also offers HTTP and Python APIs for you to integrate RAGFlow's capabili
|
|
347 |
- [Acquire a RAGFlow API key](./guides/develop/acquire_ragflow_api_key.md)
|
348 |
- [HTTP API reference](./references/http_api_reference.md)
|
349 |
- [Python API reference](./references/python_api_reference.md)
|
350 |
-
:::
|
|
|
184 |
$ docker compose -f docker-compose.yml up -d
|
185 |
```
|
186 |
|
187 |
+
> - To download a RAGFlow slim Docker image of a specific version, update the `RAGFlOW_IMAGE` variable in **docker/.env** to your desired version. For example, `RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.0-slim`. After making this change, rerun the command above to initiate the download.
|
188 |
+
> - To download the dev version of RAGFlow Docker image *including* embedding models and Python libraries, update the `RAGFlOW_IMAGE` variable in **docker/.env** to `RAGFLOW_IMAGE=infiniflow/ragflow:dev`. After making this change, rerun the command above to initiate the download.
|
189 |
+
> - To download a specific version of RAGFlow Docker image *including* embedding models and Python libraries, update the `RAGFlOW_IMAGE` variable in **docker/.env** to your desired version. For example, `RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.0`. After making this change, rerun the command above to initiate the download.
|
190 |
|
191 |
:::tip NOTE
|
192 |
A RAGFlow Docker image that includes embedding models and Python libraries is approximately 9GB in size and may take significantly longer time to load.
|
|
|
347 |
- [Acquire a RAGFlow API key](./guides/develop/acquire_ragflow_api_key.md)
|
348 |
- [HTTP API reference](./references/http_api_reference.md)
|
349 |
- [Python API reference](./references/python_api_reference.md)
|
350 |
+
:::
|