Sadiaa commited on
Commit
fd39b4a
·
verified ·
1 Parent(s): 7a9dc13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from chatbot import Comsatsbot
10
  # FastAPI app setup
11
  app = FastAPI()
12
 
13
- model_name = "BAAI/bge-small-en"
14
  model_kwargs = {"device": "cpu"}
15
  encode_kwargs = {"normalize_embeddings": True}
16
  hf = HuggingFaceBgeEmbeddings(
 
10
  # FastAPI app setup
11
  app = FastAPI()
12
 
13
+ model_name = "BAAI/bge-base-en"
14
  model_kwargs = {"device": "cpu"}
15
  encode_kwargs = {"normalize_embeddings": True}
16
  hf = HuggingFaceBgeEmbeddings(