This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 0058e44709a Regen
0058e44709a is described below

commit 0058e44709aa2afd094883b4c4e455a817a348eb
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Mar 18 06:56:51 2024 +0100

    Regen
---
 .../camel/springboot/catalog/components/langchain-embeddings.json     | 4 ++--
 .../springboot/LangchainEmbeddingsComponentConfiguration.java         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain-embeddings.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain-embeddings.json
index 2b3760c8748..a1359a7e935 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain-embeddings.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain-embeddings.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "langchain-embeddings",
     "title": "Langchain4j Embeddings",
-    "description": "Perform operations on the Qdrant Vector Database.",
+    "description": "Langchain4j Embeddings",
     "deprecated": false,
     "firstVersion": "4.5.0",
     "label": "ai",
@@ -11,7 +11,7 @@
     "supportLevel": "Preview",
     "groupId": "org.apache.camel.springboot",
     "artifactId": "camel-langchain-embeddings-starter",
-    "version": "4.4.0-SNAPSHOT",
+    "version": "4.5.0-SNAPSHOT",
     "scheme": "langchain-embeddings",
     "extendsScheme": "",
     "syntax": "langchain-embeddings:embeddingId",
diff --git 
a/components-starter/camel-langchain-embeddings-starter/src/main/java/org/apache/camel/component/langchain/embeddings/springboot/LangchainEmbeddingsComponentConfiguration.java
 
b/components-starter/camel-langchain-embeddings-starter/src/main/java/org/apache/camel/component/langchain/embeddings/springboot/LangchainEmbeddingsComponentConfiguration.java
index 37f2db5e58b..7bd080d044b 100644
--- 
a/components-starter/camel-langchain-embeddings-starter/src/main/java/org/apache/camel/component/langchain/embeddings/springboot/LangchainEmbeddingsComponentConfiguration.java
+++ 
b/components-starter/camel-langchain-embeddings-starter/src/main/java/org/apache/camel/component/langchain/embeddings/springboot/LangchainEmbeddingsComponentConfiguration.java
@@ -22,7 +22,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Perform operations on the Qdrant Vector Database.
+ * Langchain4j Embeddings
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */

Reply via email to