Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ print("Data loaded.........")
|
|
| 27 |
|
| 28 |
|
| 29 |
# load the embedding model
|
| 30 |
-
model_name = "BAAI/bge-
|
| 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 |
|