Skip to main content
Version: v0.7.0

Milvus Config Configuration

Milvus vector config.

Parameters

NameTypeRequiredDescription
userstring
The user of vector store, if not set, will use the default user.
passwordstring
The password of vector store, if not set, will use the default password.
uristring
The uri of milvus store, if not set, will use the default uri.
portstring
The port of milvus store, if not set, will use the default port.
Defaults:19530
aliasstring
The alias of milvus store, if not set, will use the default alias.
Defaults:default
primary_fieldstring
The primary field of milvus store, if not set, will use the default primary field.
Defaults:pk_id
text_fieldstring
The text field of milvus store, if not set, will use the default text field.
Defaults:content
embedding_fieldstring
The embedding field of milvus store, if not set, will use the default embedding field.
Defaults:vector
metadata_fieldstring
The metadata field of milvus store, if not set, will use the default metadata field.
Defaults:metadata
securestring
The secure of milvus store, if not set, will use the default