This is an automated email from the ASF dual-hosted git repository. JiriOndrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 8a29212a57f0d3f91b17c593acf562bc189dba73 Author: Jiri Ondrusek <[email protected]> AuthorDate: Thu Sep 10 13:36:32 2026 +0200 Regen --- extensions/langchain4j-ingest/runtime/pom.xml | 2 +- .../runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/langchain4j-ingest/runtime/pom.xml b/extensions/langchain4j-ingest/runtime/pom.xml index 64b2757b3a..e444421f2b 100644 --- a/extensions/langchain4j-ingest/runtime/pom.xml +++ b/extensions/langchain4j-ingest/runtime/pom.xml @@ -28,7 +28,7 @@ <artifactId>camel-quarkus-langchain4j-ingest</artifactId> <name>Camel Quarkus :: LangChain4j Ingest :: Runtime</name> - <description>Declarative AI document ingestion: point a knowledge base at a folder via configuration; splitting, embedding and storing are handled under the hood</description> + <description>Ingest documents into a LangChain4j EmbeddingStore: split, embed and store the message body.</description> <properties> <camel.quarkus.jvmSince>3.39.0</camel.quarkus.jvmSince> diff --git a/extensions/langchain4j-ingest/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/langchain4j-ingest/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 4f80136572..3375816425 100644 --- a/extensions/langchain4j-ingest/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/langchain4j-ingest/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -22,7 +22,7 @@ # --- name: "Camel LangChain4j Ingest" -description: "Declarative AI document ingestion: point a knowledge base at a folder via configuration; splitting, embedding and storing are handled under the hood" +description: "Ingest documents into a LangChain4j EmbeddingStore: split, embed and store the message body" metadata: icon-url: "https://raw.githubusercontent.com/apache/camel-website/main/antora-ui-camel/src/img/logo-d.svg" sponsor: "Apache Software Foundation"
