Share via


QdrantBuilderExtensions Class

Definition

Provides extension methods for adding Qdrant resources to the application model.

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

Methods

AddQdrant(IDistributedApplicationBuilder, String, IResourceBuilder<ParameterResource>, Nullable<Int32>, Nullable<Int32>)

Adds a Qdrant resource to the application. A container is used for local development.

WithDataBindMount(IResourceBuilder<QdrantServerResource>, String, Boolean)

Adds a bind mount for the data folder to a Qdrant container resource.

WithDataVolume(IResourceBuilder<QdrantServerResource>, String, Boolean)

Adds a named volume for the data folder to a Qdrant container resource.

WithReference<TDestination>(IResourceBuilder<TDestination>, IResourceBuilder<QdrantServerResource>)

Add a reference to a Qdrant server to the resource.

Applies to