mirror of
https://github.com/qdrant/fastembed.git
synced 2026-08-03 08:30:58 -05:00
* refactor(qdrant_mixin.py): remove unused variable 'n' in QdrantClientMixin class
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user