clean code
This commit is contained in:
parent
c1fd5f3d28
commit
48931e2f32
|
|
@ -147,7 +147,6 @@ public class QdrantDb : IVectorDb
|
||||||
OrderBy? orderBy = BuildOrderBy(filter.OrderBy);
|
OrderBy? orderBy = BuildOrderBy(filter.OrderBy);
|
||||||
|
|
||||||
var client = GetClient();
|
var client = GetClient();
|
||||||
var tasks = new List<Task>();
|
|
||||||
|
|
||||||
var totalCountTask = client.CountAsync(collectionName, filter: queryFilter);
|
var totalCountTask = client.CountAsync(collectionName, filter: queryFilter);
|
||||||
var dataResponseTask = client.ScrollAsync(
|
var dataResponseTask = client.ScrollAsync(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue