blob: 0518929a8611a859686f1e56fceb16e4f3f4c793 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-milvus"]
= Milvus
:linkattrs:
:cq-artifact-id: camel-quarkus-milvus
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: Perform operations on the Milvus Vector Database.
:cq-deprecated: false
:cq-jvm-since: 3.10.0
:cq-native-since: n/a
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##3.10.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
endif::[]
Perform operations on the Milvus Vector Database.
[id="extensions-milvus-whats-inside"]
== What's inside
* xref:{cq-camel-components}::milvus-component.adoc[Milvus component], URI syntax: `milvus:collection`
Please refer to the above link for usage and configuration details.
[id="extensions-milvus-maven-coordinates"]
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-milvus</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]