diff --git a/src/Qdrant.Client/QdrantClient.cs b/src/Qdrant.Client/QdrantClient.cs index d3dc1a1..b2d091f 100644 --- a/src/Qdrant.Client/QdrantClient.cs +++ b/src/Qdrant.Client/QdrantClient.cs @@ -3761,7 +3761,7 @@ public async Task> DiscoverBatchAsync( /// public async Task FacetAsync( string collectionName, - string key, + string key, Filter? filter = null, ulong limit = 10, bool exact = false, // If true, return exact counts, slower but useful for debugging purposes. Default is false. @@ -3942,7 +3942,7 @@ public async Task SearchMatrixOffsetsAsync( throw; } - } + } #endregion Point management