addQdrant
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addQdrant( name: string, apiKey?: ParameterResource, grpcPort?: number, httpPort?: number): QdrantServerResource;}Signature
method
addQdrantbuilderAdds a Qdrant resource to the application. A container is used for local development.
addQdrant( name: string, apiKey?: ParameterResource, grpcPort?: number, httpPort?: number): QdrantServerResourceParameters
namestringapiKeyParameterResourceoptionalgrpcPortnumberoptionalhttpPortnumberoptionalReturns
QdrantServerResourceApplies to
This method applies to the following types: