sam2ai commited on
Commit
e22594f
·
verified ·
1 Parent(s): 14080b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ print("Data loaded.........")
27
 
28
 
29
  # load the embedding model
30
- model_name = "BAAI/bge-large-en"
31
  model_kwargs = {"device": "cpu"}
32
  encode_kwargs = {"normalize_embeddings": True}
33
 
 
27
 
28
 
29
  # load the embedding model
30
+ model_name = "BAAI/bge-small-en-v1.5"
31
  model_kwargs = {"device": "cpu"}
32
  encode_kwargs = {"normalize_embeddings": True}
33