From 934d6d9ad15ab590d00c3e8225e73078217f108a Mon Sep 17 00:00:00 2001 From: Roman Mazyrin <52980260+RomanMazyrin@users.noreply.github.com> Date: Sat, 23 Nov 2024 10:27:13 +0300 Subject: [PATCH] Update quickstart.mdx (#3603) ### What problem does this PR solve? Fixed typo from RAGFlow_IMAGE to RAGFlOW_IMAGE ### Type of change - [X] Documentation Update --- docs/quickstart.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index a71861aef..355747f05 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -184,9 +184,9 @@ This section provides instructions on setting up the RAGFlow server on Linux. If $ docker compose -f docker-compose.yml up -d ``` - > - 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. - > - 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. - > - 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. + > - 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. + > - 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. + > - 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. :::tip NOTE 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 - [Acquire a RAGFlow API key](./guides/develop/acquire_ragflow_api_key.md) - [HTTP API reference](./references/http_api_reference.md) - [Python API reference](./references/python_api_reference.md) -::: \ No newline at end of file +:::