Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from chatbot import Comsatsbot
|
|
| 10 |
# FastAPI app setup
|
| 11 |
app = FastAPI()
|
| 12 |
|
| 13 |
-
model_name = "BAAI/bge-
|
| 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(
|