minor change

This commit is contained in:
Jicheng Lu 2024-08-23 11:31:54 -05:00
parent 17171e8df4
commit 2af2b7d74c

View file

@ -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)