|
129 | 129 | <title>Milvus Sink Connector</title> |
130 | 130 | <documentationUrl>https://github.com/zilliztech/kafka-connect-milvus/tree/main</documentationUrl> |
131 | 131 | <description> |
132 | | - This is a Kafka sink connector for Milvus. It allows you to stream vector data from Kafka to Milvus. This |
133 | | - current version supports connection from Confluent Cloud (hosted Kafka) to Milvus (self-hosted or Zilliz Cloud). |
| 132 | + This is a Kafka sink connector for Milvus. It allows you to stream vector data from Kafka to Milvus. This current version supports connection from Confluent Cloud (hosted Kafka) and Open-Source Kafka to Milvus (self-hosted or Zilliz Cloud). |
134 | 133 |
|
135 | | - Zilliz Cloud and Milvus are vector databases where you can ingest, store and search vector data. |
136 | | - A data record in Zilliz Cloud or Milvus contains one vector field and multiple scalar fields such |
137 | | - as string, integer and float. To stream data, the Kafka message schema must match the schema of the Milvus collection, |
138 | | - containing one and only one vector field, and zero to many scalar fields. Each field name must be exactly the same on both sides. |
| 134 | + Zilliz Cloud and Milvus are vector databases where you can ingest, store and search vector data. A data record in Zilliz Cloud or Milvus contains one vector field and multiple scalar fields such as string, integer, and float. To stream data, the Kafka message schema must match the schema of the Milvus collection, containing one and only one vector field, and zero to many scalar fields. Each field name must be exactly the same on both sides. |
139 | 135 | </description> |
140 | 136 | <ownerUsername>zilliz</ownerUsername> |
141 | 137 | <ownerType>organization</ownerType> |
142 | 138 | <ownerName>Zilliz, Inc.</ownerName> |
143 | 139 | <ownerUrl>https://zilliz.com/</ownerUrl> |
144 | | - <ownerLogo>src/main/resources/images/zilliz.png</ownerLogo> |
| 140 | + <ownerLogo>assets/zilliz_logo.png</ownerLogo> |
145 | 141 | <supportProviderName>Zilliz, Inc.</supportProviderName> |
146 | 142 | <supportSummary> |
147 | 143 | If you require any assistance or have questions regarding the Kafka Connect Milvus Connector, please feel free to reach out to our support team: [email protected] |
148 | 144 | </supportSummary> |
149 | 145 | <supportUrl>https://zilliz.com</supportUrl> |
150 | | - <supportLogo>src/main/resources/images/zilliz.png</supportLogo> |
| 146 | + <supportLogo>assets/zilliz_logo.png</supportLogo> |
151 | 147 |
|
152 | 148 | <componentTypes> |
153 | 149 | <componentType>sink</componentType> |
|
0 commit comments