4 references to QdrantServerResource
Aspire.Hosting.Qdrant (1)
QdrantBuilderExtensions.cs (1)
48var qdrant = new QdrantServerResource(name, apiKeyParameter);
Aspire.Hosting.Qdrant.Tests (3)
ConnectionPropertiesTests.cs (1)
14var resource = new QdrantServerResource("qdrant", apiKey);
QdrantPublicApiTests.cs (2)
115var action = () => new QdrantServerResource(name, apiKey); 129var action = () => new QdrantServerResource(name, apiKey);