Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|