diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 748f71584..5f1cbc7ae 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -191,7 +191,12 @@ This section provides instructions on setting up the RAGFlow server on Linux. If $ git checkout -f v0.23.1 ``` -3. Use the pre-built Docker images and start up the server: +3. Switch to current version: + + ```bash + $ git checkout -f v0.23.1 + ``` +4. Use the pre-built Docker images and start up the server: ```bash # Use CPU for DeepDoc tasks: @@ -215,7 +220,7 @@ This section provides instructions on setting up the RAGFlow server on Linux. If The image size shown refers to the size of the *downloaded* Docker image, which is compressed. When Docker runs the image, it unpacks it, resulting in significantly greater disk usage. A Docker image will expand to around 7 GB once unpacked. ::: -4. Check the server status after having the server up and running: +5. Check the server status after having the server up and running: ```bash $ docker logs -f docker-ragflow-cpu-1 @@ -237,7 +242,7 @@ This section provides instructions on setting up the RAGFlow server on Linux. If If you skip this confirmation step and directly log in to RAGFlow, your browser may prompt a `network anomaly` error because, at that moment, your RAGFlow may not be fully initialized. ::: -5. In your web browser, enter the IP address of your server and log in to RAGFlow. +6. In your web browser, enter the IP address of your server and log in to RAGFlow. :::caution WARNING With the default settings, you only need to enter `http://IP_OF_YOUR_MACHINE` (**sans** port number) as the default HTTP serving port `80` can be omitted when using the default configurations.