nickmuchi commited on
Commit
d1a8861
1 Parent(s): e7ce15f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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