kdallash commited on
Commit
3c2e794
·
verified ·
1 Parent(s): 0898fda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -63,6 +63,7 @@ def search_hadith(query, top_k):
63
  query=query,
64
  df=df,
65
  bm25=bm25,
 
66
  model=model,
67
  hadith_embeddings=hadith_embeddings,
68
  anchor_index=anchor_index,
 
63
  query=query,
64
  df=df,
65
  bm25=bm25,
66
+ preprocess_query=preprocess_query,
67
  model=model,
68
  hadith_embeddings=hadith_embeddings,
69
  anchor_index=anchor_index,