QdrantClientSettings
Class sealed net10.0
Provides the client configuration settings for connecting to a Qdrant server using QdrantClient.
namespace Aspire.Qdrant.Client;
public sealed class QdrantClientSettings{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesDisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the Qdrant client health check is disabled or not.
Endpointget; setUri? The endpoint URI string of the Qdrant server to connect to.
HealthCheckTimeoutget; setTimeSpan? Gets or sets the timeout duration for the health check.
Keyget; setstring? The API Key of the Qdrant server to connect to.