This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 03d9032ab06b Update Camel Spring AI nav and restore spring-boot
partials
03d9032ab06b is described below
commit 03d9032ab06b23b983bf5866c445cd752688b261
Author: Croway <[email protected]>
AuthorDate: Tue Nov 25 18:48:56 2025 +0100
Update Camel Spring AI nav and restore spring-boot partials
---
.../camel-spring-ai-chat/src/main/docs/spring-ai-chat-component.adoc | 3 ++-
.../src/main/docs/spring-ai-embeddings-component.adoc | 2 +-
.../camel-spring-ai-tools/src/main/docs/spring-ai-tools-component.adoc | 2 +-
.../src/main/docs/spring-ai-vector-store-component.adoc | 2 +-
docs/components/modules/ROOT/nav.adoc | 2 +-
5 files changed, 6 insertions(+), 5 deletions(-)
diff --git
a/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-chat/src/main/docs/spring-ai-chat-component.adoc
b/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-chat/src/main/docs/spring-ai-chat-component.adoc
index 7bbb17f2fe1a..f8d7b3b29f80 100644
---
a/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-chat/src/main/docs/spring-ai-chat-component.adoc
+++
b/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-chat/src/main/docs/spring-ai-chat-component.adoc
@@ -8,6 +8,7 @@
:tabs-sync-option:
:component-header: Only producer is supported
//Manually maintained attributes
+:group: AI
:camel-spring-boot-name: spring-ai-chat
*Since Camel {since}*
@@ -593,4 +594,4 @@
logging.level.org.springframework.ai.chat.client.advisor=DEBUG
* xref:spring-ai-embeddings-component.adoc[Spring AI Embeddings Component]
* xref:spring-ai-vector-store-component.adoc[Spring AI VectorStore Component]
-// include::spring-boot:partial$starter.adoc[]
+include::spring-boot:partial$starter.adoc[]
diff --git
a/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-embeddings/src/main/docs/spring-ai-embeddings-component.adoc
b/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-embeddings/src/main/docs/spring-ai-embeddings-component.adoc
index f611723e1a2d..151329579308 100644
---
a/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-embeddings/src/main/docs/spring-ai-embeddings-component.adoc
+++
b/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-embeddings/src/main/docs/spring-ai-embeddings-component.adoc
@@ -89,4 +89,4 @@ When processing a List<String>, the component returns:
** `CamelSpringAiEmbeddingInputTexts` - The original input texts as
List<String>
** `CamelSpringAiEmbeddingMetadata` - Response metadata
-// include::spring-boot:partial$starter.adoc[]
+include::spring-boot:partial$starter.adoc[]
diff --git
a/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-tools/src/main/docs/spring-ai-tools-component.adoc
b/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-tools/src/main/docs/spring-ai-tools-component.adoc
index 6deb7fd12dad..d97df40d10a3 100644
---
a/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-tools/src/main/docs/spring-ai-tools-component.adoc
+++
b/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-tools/src/main/docs/spring-ai-tools-component.adoc
@@ -287,4 +287,4 @@ String response2 =
template.requestBody("direct:billingChat",
* https://docs.spring.io/spring-ai/reference/[Spring AI Documentation]
* https://docs.spring.io/spring-ai/reference/api/tools.html[Spring AI Function
Calling]
-// include::spring-boot:partial$starter.adoc[]
+include::spring-boot:partial$starter.adoc[]
diff --git
a/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-vector-store/src/main/docs/spring-ai-vector-store-component.adoc
b/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-vector-store/src/main/docs/spring-ai-vector-store-component.adoc
index 80a6f10ba47f..7579ebe83ae5 100644
---
a/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-vector-store/src/main/docs/spring-ai-vector-store-component.adoc
+++
b/components/camel-spring-parent/camel-spring-ai/camel-spring-ai-vector-store/src/main/docs/spring-ai-vector-store-component.adoc
@@ -186,4 +186,4 @@ IMPORTANT: Make sure your vector store is configured with
an embedding model to
* `similarityThreshold` - Minimum similarity score 0-1 (default: 0.0)
* `filterExpression` - Metadata-based filter expression
-// include::spring-boot:partial$starter.adoc[]
+include::spring-boot:partial$starter.adoc[]
diff --git a/docs/components/modules/ROOT/nav.adoc
b/docs/components/modules/ROOT/nav.adoc
index da7419de6b7d..7f94e55b6851 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -20,6 +20,7 @@
*** xref:openai-component.adoc[OpenAI]
*** xref:pinecone-component.adoc[Pinecone]
*** xref:qdrant-component.adoc[Qdrant]
+*** xref:spring-ai-chat-component.adoc[Spring AI Chat]
*** xref:spring-ai-embeddings-component.adoc[Spring AI Embeddings]
*** xref:spring-ai-tools-component.adoc[Spring AI Tools]
*** xref:spring-ai-vector-store-component.adoc[Spring AI Vector Store]
@@ -341,7 +342,6 @@
*** xref:spring-rabbitmq-component.adoc[Spring RabbitMQ]
*** xref:spring-redis-component.adoc[Spring Redis]
*** xref:spring-ws-component.adoc[Spring WebService]
-** xref:spring-ai-chat-component.adoc[Spring AI Chat]
** xref:sql-component.adoc[SQL]
** xref:sql-stored-component.adoc[SQL Stored Procedure]
** xref:ssh-component.adoc[SSH]