QdrantClientSettings Properties
Class Properties 4 members
Provides the client configuration settings for connecting to a Qdrant server using QdrantClient.
Gets or sets a boolean value that indicates whether the Qdrant client health check is disabled or not.
public bool DisableHealthChecks { get; set; } The endpoint URI string of the Qdrant server to connect to.
public Uri? Endpoint { get; set; } Gets or sets the timeout duration for the health check.
public TimeSpan? HealthCheckTimeout { get; set; } The API Key of the Qdrant server to connect to.
public string? Key { get; set; }