Skip to content

Commit d54c23b

Browse files
committed
Merge remote-tracking branch 'origin/Fix/qdrant-collection-selection' into Fix/qdrant-collection-selection
# Conflicts: # welearn_datastack/modules/qdrant_handler.py
2 parents 0adb222 + de68cff commit d54c23b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

welearn_datastack/modules/qdrant_handler.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ def classify_documents_per_collection(
4949

5050
if not collection_name:
5151
logger.error(
52-
"Collection %s not found in Qdrant, slice %s ignored",
53-
collection_name,
54-
dslice.id,
52+
f"Collection {collection_name} not found in Qdrant, slice {dslice.id} ignored",
5553
)
5654
continue
5755

0 commit comments

Comments
 (0)