dungeon29 commited on
Commit
e0a14a5
·
verified ·
1 Parent(s): 046f252

Update rag_engine.py

Browse files
Files changed (1) hide show
  1. rag_engine.py +1 -1
rag_engine.py CHANGED
@@ -66,7 +66,7 @@ class RAGEngine:
66
  count_filter=dataset_filter
67
  ).count
68
 
69
- print(f"✅ Qdrant Collection '{self.collection_name}' ready with {count} vectors.")
70
 
71
  if dataset_count == 0:
72
  print("⚠️ Phishing dataset not found. Please run 'index_dataset_colab.ipynb' to populate.")
 
66
  count_filter=dataset_filter
67
  ).count
68
 
69
+ print(f"✅ Qdrant Collection '{self.collection_name}' ready with {dataset_count} vectors.")
70
 
71
  if dataset_count == 0:
72
  print("⚠️ Phishing dataset not found. Please run 'index_dataset_colab.ipynb' to populate.")