ChristianRukundo commited on
Commit
c5b7fd3
·
1 Parent(s): ddec524

FIX: Add missing rank_bm25 dependency for HybridRetriever

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -51,6 +51,8 @@ py7zr==0.21.1
51
  pypdf2==3.0.1
52
  ebooklib==0.18
53
  pandas==2.2.2
 
 
54
 
55
  # --- Voice & Audio Processing ---
56
  openai-whisper==20231117
 
51
  pypdf2==3.0.1
52
  ebooklib==0.18
53
  pandas==2.2.2
54
+ rank_bm25==0.2.2
55
+
56
 
57
  # --- Voice & Audio Processing ---
58
  openai-whisper==20231117