This is an automated email from the ASF dual-hosted git repository.
acosentino 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 e0fb3ce4b21 Camel-Milvus: Fixed docs with reference to qdrant (#15051)
e0fb3ce4b21 is described below
commit e0fb3ce4b21310563341ffc03b0d0fda7b835fb6
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Aug 8 10:10:24 2024 +0200
Camel-Milvus: Fixed docs with reference to qdrant (#15051)
Signed-off-by: Andrea Cosentino <[email protected]>
---
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 03e3b3da59f..27ee8b8b509 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
@@ -139,7 +139,7 @@ from("direct:in")
.withCollectionName("test")
.withFields(fields)
.build())
- .to("qdrant:test");
+ .to("milvus:test");
----
====
@@ -176,7 +176,7 @@ from("direct:in")
.withOutputFields(Lists.newArrayList("userAge"))
.withConsistencyLevel(ConsistencyLevelEnum.STRONG)
.build())
- .to("qdrant:myCollection");
+ .to("milvus:myCollection");
----
====