ข้ามไปยังเนื้อหา

Class QdrantDataEngineBuilderExtensions

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Data.Qdrant.Registration
Assembly: Cephalon.Data.Qdrant.dll

Registers the Qdrant vector-store data companion pack with an .

public static class QdrantDataEngineBuilderExtensions

objectQdrantDataEngineBuilderExtensions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

AddQdrantData(EngineBuilder, string, int, Action<QdrantDataOptions>?)

Section titled “ AddQdrantData(EngineBuilder, string, int, Action<QdrantDataOptions>?)”

Adds the Qdrant data pack with the supplied host and optional port.

public static EngineBuilder AddQdrantData(this EngineBuilder builder, string host, int port = 6334, Action<QdrantDataOptions>? configure = null)

builder EngineBuilder

The engine builder to extend.

host string

The Qdrant server hostname (e.g. “localhost”).

port int

The Qdrant gRPC port. Defaults to 6334.

configure Action<QdrantDataOptions>?

An optional callback that configures the host-owned Qdrant pack options.

EngineBuilder

The same engine builder for fluent composition.

Register outbox or inbox support by configuring or in the configure callback.