QdrantClientSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |