QdrantBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |