minor change
This commit is contained in:
parent
17171e8df4
commit
2af2b7d74c
|
|
@ -76,7 +76,6 @@ public class QdrantDb : IVectorDb
|
|||
{
|
||||
if (ids.IsNullOrEmpty()) return Enumerable.Empty<VectorCollectionData>();
|
||||
|
||||
|
||||
var client = GetClient();
|
||||
var exist = await DoesCollectionExist(client, collectionName);
|
||||
if (!exist)
|
||||
|
|
|
|||
Loading…
Reference in a new issue