araeyn commited on
Commit
adff7f9
1 Parent(s): 3ba511c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ print("-------")
38
 
39
  persist_directory = 'db'
40
 
41
- model_name = "BAAI/bge-large-en"
42
  model_kwargs = {'device': 'cpu'}
43
  encode_kwargs = {'normalize_embeddings': True}
44
  embedding = HuggingFaceBgeEmbeddings(
 
38
 
39
  persist_directory = 'db'
40
 
41
+ model_name = "BAAI/bge-small-en-v1.5"
42
  model_kwargs = {'device': 'cpu'}
43
  encode_kwargs = {'normalize_embeddings': True}
44
  embedding = HuggingFaceBgeEmbeddings(