Share via


AspireQdrantExtensions Class

Definition

Provides extension methods for registering Qdrant-related services in an IHostApplicationBuilder.

public static class AspireQdrantExtensions
type AspireQdrantExtensions = class
Public Module AspireQdrantExtensions
Inheritance
AspireQdrantExtensions

Methods

AddKeyedQdrantClient(IHostApplicationBuilder, String, Action<QdrantClientSettings>)

Registers Qdrant.Client.QdrantClient as a keyed singleton for the given name in the services provided by the builder. Configures logging for the Qdrant.Client.QdrantClient.

AddQdrantClient(IHostApplicationBuilder, String, Action<QdrantClientSettings>)

Registers Qdrant.Client.QdrantClient as a singleton in the services provided by the builder. Configures logging for the Qdrant.Client.QdrantClient.

Applies to