Skip to main content

StandardMilvusConnectionService

Description

Provides connection service to a Milvus instance

Tags

connection, database, milvus, vector

Properties

In the list below required Properties are shown with an asterisk (*). Other properties are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Service URI *Service URIThe URI to use to communicate with Milvus
Authentication Strategy *Authentication StrategyPassword
  • Password
  • API Key
Strategy for authenticating Milvus connections
User *UserMilvus username for authenticating connections

This property is only considered if:
  • the property Authentication Strategy has a value of PASSWORD
Password *PasswordMilvus password for authenticating connections

This property is only considered if:
  • the property Authentication Strategy has a value of PASSWORD
API Key *API KeyMilvus API Key for authenticating connections

This property is only considered if:
  • the property Authentication Strategy has a value of API_KEY
Connection Timeout *Connection Timeout30 secondsMaximum amount of time to wait for a connection from a reusable pool
Idle Timeout *Idle Timeout10 minutesMaximum amount of time for a connection to remain idle in a reusable pool
SSL Context ServiceSSL Context ServiceController Service:
SSLContextService

Implementations:
StandardRestrictedSSLContextService
StandardSSLContextService
The SSL Context Service used to provide client certificate information for TLS/SSL connections.

State Management

This component does not store state.

Restricted

This component is not restricted.

System Resource Considerations

This component does not specify system resource considerations.

See Also