Skip to content

Commit 964127f

Browse files
authored
Merge pull request #20 from zilliztech/dev
update package manifest for description and logo
2 parents ba3d5b8 + 5d97cfe commit 964127f

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is a Kafka sink connector for Milvus. It allows you to stream vector data from Kafka to Milvus.
44

55
This current version supports connection from
6-
[Confluent Cloud](https://www.confluent.io/confluent-cloud/) (hosted Kafka) to Milvus (self-hosted or
6+
[Confluent Cloud](https://www.confluent.io/confluent-cloud/) (hosted Kafka) and Open-Source Kafka to Milvus (self-hosted or
77
[Zilliz Cloud](https://zilliz.com/cloud)).
88

99
Zilliz Cloud and Milvus are vector databases where you can ingest, store and search vector data.

assets/zilliz_logo.png

168 KB
Loading

pom.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,25 +129,21 @@
129129
<title>Milvus Sink Connector</title>
130130
<documentationUrl>https://github.com/zilliztech/kafka-connect-milvus/tree/main</documentationUrl>
131131
<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).
134133

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.
139135
</description>
140136
<ownerUsername>zilliz</ownerUsername>
141137
<ownerType>organization</ownerType>
142138
<ownerName>Zilliz, Inc.</ownerName>
143139
<ownerUrl>https://zilliz.com/</ownerUrl>
144-
<ownerLogo>src/main/resources/images/zilliz.png</ownerLogo>
140+
<ownerLogo>assets/zilliz_logo.png</ownerLogo>
145141
<supportProviderName>Zilliz, Inc.</supportProviderName>
146142
<supportSummary>
147143
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]
148144
</supportSummary>
149145
<supportUrl>https://zilliz.com</supportUrl>
150-
<supportLogo>src/main/resources/images/zilliz.png</supportLogo>
146+
<supportLogo>assets/zilliz_logo.png</supportLogo>
151147

152148
<componentTypes>
153149
<componentType>sink</componentType>
-5.15 KB
Binary file not shown.

0 commit comments

Comments
 (0)