4 references to CollectionName
Aspire.Hosting.Qdrant.Tests (4)
QdrantFunctionalTests.cs (4)
62var results = await qdrantClient.QueryAsync(CollectionName, s_testVector, limit: 1, cancellationToken: token); 70await qdrantClient.CreateCollectionAsync(CollectionName, new VectorParams { Size = 2, Distance = Distance.Cosine }, cancellationToken: cancellationToken); 84var updateResult = await qdrantClient.UpsertAsync(CollectionName, data, cancellationToken: cancellationToken); 192var results = await qdrantClient.QueryAsync(CollectionName, s_testVector, limit: 1, cancellationToken: token);