From 003ee4fc3e5a02d32fc42cf73edc8b886a1f8e48 Mon Sep 17 00:00:00 2001 From: Milvus-doc-bot Date: Fri, 6 Dec 2024 02:26:19 +0000 Subject: [PATCH] Release new docs to master --- v2.5.x/site/en/adminGuide/connect_kafka_ssl.md | 14 +++++++------- .../install_standalone-docker-compose.md | 4 ++-- .../install_standalone-windows.md | 4 ++-- v2.5.x/site/en/integrations/dify_with_milvus.md | 2 +- .../site/en/integrations/integrate_with_fastgpt.md | 4 ++-- .../en/integrations/knowledge_table_with_milvus.md | 4 ++-- .../site/en/integrations/use_milvus_in_docsgpt.md | 2 +- .../tools/milvus-cdc/deploy-cdc-server.md | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/v2.5.x/site/en/adminGuide/connect_kafka_ssl.md b/v2.5.x/site/en/adminGuide/connect_kafka_ssl.md index 1d5ff977e8..8d085aa56b 100644 --- a/v2.5.x/site/en/adminGuide/connect_kafka_ssl.md +++ b/v2.5.x/site/en/adminGuide/connect_kafka_ssl.md @@ -44,7 +44,7 @@ services: Then you can start the Kafka service with the following command: ```shell -$ docker-compose up -d +$ docker compose up -d ``` ### 2. Start Milvus and Connect to Kafka @@ -99,7 +99,7 @@ kafka: Then you can start Milvus with the following command: ```shell -$ docker-compose up -d +$ docker compose up -d ``` ## Connect Milus to Kafka with SASL/PLAIN Alone @@ -162,7 +162,7 @@ KafkaServer { Then you can start the Kafka service with the following command: ```shell -$ docker-compose up -d +$ docker compose up -d ``` ### 2. Start Milvus and Connect to Kafka @@ -217,7 +217,7 @@ kafka: Then you can start Milvus with the following command: ```shell -$ docker-compose up -d +$ docker compose up -d ``` ## Connect Milvus to Kafka with SSL Alone @@ -489,7 +489,7 @@ services: Then start the Kafka service with the following command: ```shell -$ docker-compose up -d +$ docker compose up -d ``` ### 3. Start Milvus and Connect to Kafka with SSL @@ -545,7 +545,7 @@ kafka: Then start Milvus with the following command: ```shell -$ docker-compose up -d +$ docker compose up -d ``` ## Connect Milvus to Kafka with SASL/PLAIN and SSL @@ -612,7 +612,7 @@ services: Then start the Kafka service with the following command: ```shell -$ docker-compose up -d +$ docker compose up -d ``` ### 2. Start Milvus and Connect to Kafka with SASL/PLAIN and SSL diff --git a/v2.5.x/site/en/getstarted/run-milvus-docker/install_standalone-docker-compose.md b/v2.5.x/site/en/getstarted/run-milvus-docker/install_standalone-docker-compose.md index 25c5e8be65..6894f74cc2 100644 --- a/v2.5.x/site/en/getstarted/run-milvus-docker/install_standalone-docker-compose.md +++ b/v2.5.x/site/en/getstarted/run-milvus-docker/install_standalone-docker-compose.md @@ -24,7 +24,7 @@ Milvus provides a Docker Compose configuration file in the Milvus repository. To $ wget https://github.com/milvus-io/milvus/releases/download/v2.5.0-beta/milvus-standalone-docker-compose.yml -O docker-compose.yml # Start Milvus -$ sudo docker-compose up -d +$ sudo docker compose up -d Creating milvus-etcd ... done Creating milvus-minio ... done @@ -62,7 +62,7 @@ You can stop and delete this container as follows ```shell # Stop Milvus -$ sudo docker-compose down +$ sudo docker compose down # Delete service data $ sudo rm -rf volumes diff --git a/v2.5.x/site/en/getstarted/run-milvus-docker/install_standalone-windows.md b/v2.5.x/site/en/getstarted/run-milvus-docker/install_standalone-windows.md index e87099db95..e4ea22d1d7 100644 --- a/v2.5.x/site/en/getstarted/run-milvus-docker/install_standalone-windows.md +++ b/v2.5.x/site/en/getstarted/run-milvus-docker/install_standalone-windows.md @@ -130,7 +130,7 @@ Once you have installed Docker Desktop on Microsoft Windows, you can access the C:\>Invoke-WebRequest https://github.com/milvus-io/milvus/releases/download/v2.4.15/milvus-standalone-docker-compose.yml -OutFile docker-compose.yml​ ​ # Start Milvus​ - C:\>docker-compose up -d​ + C:\>docker compose up -d​ Creating milvus-etcd ... done​ Creating milvus-minio ... done​ Creating milvus-standalone ... done​ @@ -170,7 +170,7 @@ The procedure is similar to using Docker Compose to install Milvus in Linux syst 3. Start Milvus.​ ```shell - $ sudo docker-compose up -d​ + $ sudo docker compose up -d​ ​ Creating milvus-etcd ... done​ Creating milvus-minio ... done​ diff --git a/v2.5.x/site/en/integrations/dify_with_milvus.md b/v2.5.x/site/en/integrations/dify_with_milvus.md index 8fb058cd7f..d12678b6f5 100644 --- a/v2.5.x/site/en/integrations/dify_with_milvus.md +++ b/v2.5.x/site/en/integrations/dify_with_milvus.md @@ -63,7 +63,7 @@ If you have Docker Compose V1, use the following command: ```shell -docker-compose up -d +docker compose up -d ``` ## Log in to Dify diff --git a/v2.5.x/site/en/integrations/integrate_with_fastgpt.md b/v2.5.x/site/en/integrations/integrate_with_fastgpt.md index 84d25592fd..453d7b870a 100644 --- a/v2.5.x/site/en/integrations/integrate_with_fastgpt.md +++ b/v2.5.x/site/en/integrations/integrate_with_fastgpt.md @@ -27,7 +27,7 @@ $ curl -o docker-compose.yml https://raw.githubusercontent.com/labring/FastGPT/m Execute in the same directory as docker-compose.yml. Ensure that the docker-compose version is ideally above 2.17, as some automation commands may not function otherwise. ```shell # Launch the container -$ docker-compose up -d +$ docker compose up -d # Wait for 10s, OneAPI typically needs to restart a few times to initially connect to Mysql $ sleep 10 # Restart oneapi (Due to certain issues with the default Key of OneAPI, it will display 'channel not found' if not restarted, this can be temporarily resolved by manually restarting once, while waiting for the author's fix) @@ -50,5 +50,5 @@ At present, FastGPT can be directly accessed at `ip:3000` (please mind the firew ## Stop the Container Run the following command to stop the container. ```shell -$ docker-compose down +$ docker compose down ``` \ No newline at end of file diff --git a/v2.5.x/site/en/integrations/knowledge_table_with_milvus.md b/v2.5.x/site/en/integrations/knowledge_table_with_milvus.md index 59670076d2..11cca5d205 100644 --- a/v2.5.x/site/en/integrations/knowledge_table_with_milvus.md +++ b/v2.5.x/site/en/integrations/knowledge_table_with_milvus.md @@ -35,13 +35,13 @@ Besides Milvus, you should also set other environments, e.g. `OPENAI_API_KEY`. Y ## Starting the app ```sh -$ docker-compose up -d --build +$ docker compose up -d --build ``` ## Stopping the app ```sh -$ docker-compose down +$ docker compose down ``` ## Accessing the project diff --git a/v2.5.x/site/en/integrations/use_milvus_in_docsgpt.md b/v2.5.x/site/en/integrations/use_milvus_in_docsgpt.md index e2ea87ec8a..1912dbe72e 100644 --- a/v2.5.x/site/en/integrations/use_milvus_in_docsgpt.md +++ b/v2.5.x/site/en/integrations/use_milvus_in_docsgpt.md @@ -75,6 +75,6 @@ You can play around with the UI and ask questions about your documents. If you want to stop the services, run: ```shell -$ docker-compose down +$ docker compose down ``` For further details and more advanced setups, please refer to the [DocsGPT](https://github.com/arc53/DocsGPT) official documentation. \ No newline at end of file diff --git a/v2.5.x/site/en/userGuide/tools/milvus-cdc/deploy-cdc-server.md b/v2.5.x/site/en/userGuide/tools/milvus-cdc/deploy-cdc-server.md index 9cdb4daf19..dc33e3b455 100644 --- a/v2.5.x/site/en/userGuide/tools/milvus-cdc/deploy-cdc-server.md +++ b/v2.5.x/site/en/userGuide/tools/milvus-cdc/deploy-cdc-server.md @@ -149,6 +149,6 @@ After saving the `cdc.yaml` file, navigate to the `milvus-cdc` directory and run - Using Docker Compose: ```bash - docker-compose up -d + docker compose up -d ```