suanan commited on
Commit
be77e62
1 Parent(s): a73749c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ binary_index: faiss.IndexBinaryFlat = faiss.read_index_binary("index/BP_CBG_ubin
19
 
20
  # Load the SentenceTransformer model for embedding the queries
21
  model = SentenceTransformer(
22
- "BAAI/bge-reranker-v2-m3",
23
  prompts={
24
  "retrieval": "Represent this sentence for searching relevant passages: ",
25
  },
 
19
 
20
  # Load the SentenceTransformer model for embedding the queries
21
  model = SentenceTransformer(
22
+ "BAAI/bge-large-zh-v1.5",
23
  prompts={
24
  "retrieval": "Represent this sentence for searching relevant passages: ",
25
  },