跳到主要内容
版本:Next

Milvus

Milvus source connector

Description

Read data from Milvus or Zilliz Cloud

Key Features

Data Type Mapping

Milvus Data TypeSeaTunnel Data Type
INT8TINYINT
INT16SMALLINT
INT32INT
INT64BIGINT
FLOATFLOAT
DOUBLEDOUBLE
BOOLBOOLEAN
JSONSTRING
ARRAYARRAY
VARCHARSTRING
FLOAT_VECTORFLOAT_VECTOR
BINARY_VECTORBINARY_VECTOR
FLOAT16_VECTORFLOAT16_VECTOR
BFLOAT16_VECTORBFLOAT16_VECTOR
SPARSE_FLOAT_VECTORSPARSE_FLOAT_VECTOR

Source Options

NameTypeRequiredDefaultDescription
urlStringYes-The URL to connect to Milvus or Zilliz Cloud.
tokenStringYes-User:password
databaseStringYesdefaultRead data from which database.
collectionStringNo-If set, will only read one collection, otherwise will read all collections under database.

Task Example

source {
Milvus {
url = "http://127.0.0.1:19530"
token = "username:password"
database = "default"
}
}