Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -178,7 +178,7 @@ def bm25_api(passages):
|
|
| 178 |
|
| 179 |
return bm25
|
| 180 |
|
| 181 |
-
bi_enc_options = ["multi-qa-mpnet-base-dot-v1","all-mpnet-base-v2","multi-qa-MiniLM-L6-cos-v1"]
|
| 182 |
|
| 183 |
def display_df_as_table(model,top_k,score='score'):
|
| 184 |
# Display the df with text and scores as a table
|
|
|
|
| 178 |
|
| 179 |
return bm25
|
| 180 |
|
| 181 |
+
bi_enc_options = ["multi-qa-mpnet-base-dot-v1","all-mpnet-base-v2","multi-qa-MiniLM-L6-cos-v1","neeva/query2query"]
|
| 182 |
|
| 183 |
def display_df_as_table(model,top_k,score='score'):
|
| 184 |
# Display the df with text and scores as a table
|