Class QdrantDataOptions
Namespace: Cephalon.Data.Qdrant.Configuration
Assembly: Cephalon.Data.Qdrant.dll
Options controlling how Cephalon.Data.Qdrant connects to a Qdrant server and registers data services.
public sealed class QdrantDataOptionsInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”ProviderId
Section titled “ ProviderId”The provider identifier used in capability and descriptor metadata.
public const string ProviderId = "qdrant"Field Value
Section titled “Field Value”Properties
Section titled “Properties”ApiKey
Section titled “ ApiKey”Optional Qdrant API key for authenticated clusters. Defaults to null.
public string? ApiKey { get; set; }Property Value
Section titled “Property Value”CollectionPrefix
Section titled “ CollectionPrefix”Optional prefix applied to all managed collection names.
public string CollectionPrefix { get; set; }Property Value
Section titled “Property Value”The Qdrant server hostname. Defaults to localhost.
public string Host { get; set; }Property Value
Section titled “Property Value”The Qdrant gRPC port. Defaults to 6334.
public int Port { get; set; }Property Value
Section titled “Property Value”RegisterInbox
Section titled “ RegisterInbox”When true, registers
public bool RegisterInbox { get; set; }Property Value
Section titled “Property Value”RegisterOutbox
Section titled “ RegisterOutbox”When true, registers
public bool RegisterOutbox { get; set; }