QdrantClientSettings Class

Definition

Provides the client configuration settings for connecting to a Qdrant server using QdrantClient.

public sealed class QdrantClientSettings
type QdrantClientSettings = class
Public NotInheritable Class QdrantClientSettings
Inheritance
QdrantClientSettings

Constructors

QdrantClientSettings()

Properties

Endpoint

The endpoint URI string of the Qdrant server to connect to.

Key

The API Key of the Qdrant server to connect to.

Applies to