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

gfournier 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 75c07eea9c2c Errors discovered in downstream 
https://redhat.atlassian.net/browse/CEQ-12564
75c07eea9c2c is described below

commit 75c07eea9c2ca144b4b1aaed5d11a9cf7400e548
Author: Andreas Jonsson <[email protected]>
AuthorDate: Mon Mar 23 15:57:03 2026 +0100

    Errors discovered in downstream
    https://redhat.atlassian.net/browse/CEQ-12564
---
 components/camel-ai/camel-milvus/src/main/docs/milvus-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-ai/camel-milvus/src/main/docs/milvus-component.adoc 
b/components/camel-ai/camel-milvus/src/main/docs/milvus-component.adoc
index 8da46f951d6e..2a5f014adbc8 100644
--- a/components/camel-ai/camel-milvus/src/main/docs/milvus-component.adoc
+++ b/components/camel-ai/camel-milvus/src/main/docs/milvus-component.adoc
@@ -15,7 +15,7 @@
 
 *{component-header}*
 
-The Milvus Component provides support for interacting with the 
https://https://milvus.io/[Milvus Vector Database].
+The Milvus Component provides support for interacting with the 
https://milvus.io/[Milvus Vector Database].
 
 == URI format
 
@@ -85,7 +85,7 @@ from("direct:in")
 
 === Points Examples
 
-==== Upsert
+==== Insert
 
 In the route below we use the milvus component to perform insert on points in 
the collection named _test_:
 

Reply via email to