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

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 34f3f74793e6df62d348d9d9c618dd5140c1d82d
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Mon Feb 9 14:25:37 2026 +0100

    Use Qdrant instead of qdrant in doc
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 .../camel-ai/camel-qdrant/src/main/docs/qdrant-component.adoc       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-ai/camel-qdrant/src/main/docs/qdrant-component.adoc 
b/components/camel-ai/camel-qdrant/src/main/docs/qdrant-component.adoc
index 00991994fd86..0908207cc993 100644
--- a/components/camel-ai/camel-qdrant/src/main/docs/qdrant-component.adoc
+++ b/components/camel-ai/camel-qdrant/src/main/docs/qdrant-component.adoc
@@ -36,7 +36,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 === Collection Examples
 
-In the route below, we use the qdrant component to create a collection named 
_myCollection_ with the given parameters:
+In the route below, we use the Qdrant component to create a collection named 
_myCollection_ with the given parameters:
 
 ==== Create Collection
 
@@ -60,7 +60,7 @@ from("direct:in")
 
 ==== Delete Collection
 
-In the route below, we use the qdrant component to delete a collection named 
_myCollection_:
+In the route below, we use the Qdrant component to delete a collection named 
_myCollection_:
 
 [tabs]
 ====
@@ -130,7 +130,7 @@ from("direct:in")
 
 ==== Retrieve
 
-In the route below, we use the qdrant component to retrieve information of a 
single point by id from the collection named _myCollection_:
+In the route below, we use the Qdrant component to retrieve information of a 
single point by id from the collection named _myCollection_:
 
 [tabs]
 ====

Reply via email to