Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion welearn_datastack/modules/qdrant_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ def classify_documents_per_collection(
collection_name = mono_collection
else:
logger.error(
f"Collection {collection_name} not found in Qdrant, slice {dslice.id} ignored",
f"Collection {collection_name} not found in Qdrant, slice {dslice.id} flagged as error",
)
ret[None].add(dslice.document_id) # type: ignore

continue

if collection_name not in ret:
Expand Down