This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch milvus-component-doc in repository https://gitbox.apache.org/repos/asf/camel.git
commit e0d7dd9392f92cfac8cd8a7be099a9666a959b82 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Aug 8 10:08:37 2024 +0200 Camel-Milvus: Fixed docs with reference to qdrant 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"); ---- ====
