This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch chore/camel-cli-rebrand in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit 8cd377327de51b90469f70c7aad94108b9a985ab Author: Claus Ibsen <[email protected]> AuthorDate: Fri Jun 5 18:56:07 2026 +0200 chore: Rebrand Camel JBang to Camel CLI Co-Authored-By: Claude Opus 4.6 <[email protected]> --- ai-agent/README.adoc | 6 +++--- milvus/readme.adoc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ai-agent/README.adoc b/ai-agent/README.adoc index b333c87f..d0e3b08c 100644 --- a/ai-agent/README.adoc +++ b/ai-agent/README.adoc @@ -25,8 +25,8 @@ This separation enables: === Prerequisites -==== Camel JBang -Install Camel JBang to easily run infrastructure services: +==== Camel CLI +Install Camel CLI to easily run infrastructure services: $ curl -Ls https://sh.jbang.dev | bash -s - trust add https://github.com/apache/camel/ $ curl -Ls https://sh.jbang.dev | bash -s - app install --fresh --force camel@apache/camel @@ -48,7 +48,7 @@ Make sure Ollama is running on `http://localhost:11434` (default port) or update NOTE: While you can use `camel infra run ollama` to run Ollama via Docker, be aware of performance limitations. On macOS, the Docker image cannot utilize GPU acceleration, making it extremely slow. Additionally, when running the Camel Ollama test-infra, both the Ollama Docker image and the default model (granite4, ~3GB) need to be downloaded on first run, which can be very time-consuming. For better performance, it's recommended to install Ollama natively. ==== Qdrant -Use Camel JBang to run Qdrant: +Use Camel CLI to run Qdrant: $ camel infra run qdrant diff --git a/milvus/readme.adoc b/milvus/readme.adoc index 4807a81c..10fcc4d9 100644 --- a/milvus/readme.adoc +++ b/milvus/readme.adoc @@ -15,7 +15,7 @@ The pipeline works end-to-end: === Prerequisites -1. A running Milvus instance (using https://camel.apache.org/manual/camel-jbang.html[Camel JBang]): +1. A running Milvus instance (using https://camel.apache.org/manual/camel-jbang.html[Camel CLI]): ---- camel infra run milvus
