diff --git a/.asf.yaml b/.asf.yaml index b8e07954..e1aaf7e5 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -20,9 +20,19 @@ github: homepage: https://camel.apache.org labels: - camel + - examples + - spring-boot - integration + - integration-framework + - enterprise-integration-patterns - java - - spring-boot + - cloud-native + - kafka + - rest-api + - yaml + - data-transformation + - microservices + - mcp enabled_merge_buttons: merge: false rebase: true 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