Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def get_text_chunks(text):
|
|
| 29 |
|
| 30 |
|
| 31 |
def get_vectorstore(text_chunks):
|
| 32 |
-
model = "
|
| 33 |
encode_kwargs = {
|
| 34 |
"normalize_embeddings": True
|
| 35 |
}
|
|
|
|
| 29 |
|
| 30 |
|
| 31 |
def get_vectorstore(text_chunks):
|
| 32 |
+
model = "BAAI/bge-small-en-v1.5"
|
| 33 |
encode_kwargs = {
|
| 34 |
"normalize_embeddings": True
|
| 35 |
}
|