From d077bcb67ff752efa609cd7973fc3596df298553 Mon Sep 17 00:00:00 2001 From: NirantK Date: Wed, 12 Jul 2023 16:48:42 +0530 Subject: [PATCH] * refactor(qdrant_mixin.py): remove unused variable 'n' in QdrantClientMixin class --- fastvector/qdrant_mixin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fastvector/qdrant_mixin.py b/fastvector/qdrant_mixin.py index 640175d..3fbc012 100644 --- a/fastvector/qdrant_mixin.py +++ b/fastvector/qdrant_mixin.py @@ -39,7 +39,6 @@ class QdrantClientMixin: ) -> None: if embedding_model is None: embedding_model = SentenceTransformersEmbedding() - n = len(docs["documents"]) # Iterate over documents and metadatas in batches for batch_docs, batch_metadatas in zip(