ivan-savchuk commited on
Commit
3969318
β€’
1 Parent(s): 6fd7365

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ class DocumentSearch:
45
  return sorted(results, key=lambda x: x['score'], reverse=True)[:k]
46
 
47
 
48
- enc_path = "msmarco-distilbert-dot-v5-tuned-full-v1"
49
  idx_path = "idx_vectors.index"
50
  cross_enc_path = "cross-encoder-ms-marco-MiniLM-L-12-v2-tuned_mediqa-v1"
51
  docs_path = "docs.json"
 
45
  return sorted(results, key=lambda x: x['score'], reverse=True)[:k]
46
 
47
 
48
+ enc_path = "ivan-savchuk/msmarco-distilbert-dot-v5-tuned-full-v1"
49
  idx_path = "idx_vectors.index"
50
  cross_enc_path = "cross-encoder-ms-marco-MiniLM-L-12-v2-tuned_mediqa-v1"
51
  docs_path = "docs.json"