AspireQdrantExtensions
Class static net10.0
Provides extension methods for registering Qdrant-related services in an
Hosting.IHostApplicationBuilder. namespace Microsoft.Extensions.Hosting;
public static class AspireQdrantExtensions{ // ...}Methods2
Section titled MethodsAddKeyedQdrantClient(IHostApplicationBuilder, string, Action<QdrantClientSettings>)extension Registers
Client.QdrantClient as a keyed singleton for the given name in the services provided by the builder. Configures logging for the Client.QdrantClient. AddQdrantClient(IHostApplicationBuilder, string, Action<QdrantClientSettings>)extension Registers
Client.QdrantClient as a singleton in the services provided by the builder. Configures logging for the Client.QdrantClient.