Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import hashlib
|
|
13 |
MISTRAL_API_KEY = "S3vzsvK7rP5in24joHgL55dVCjqYSi1F"
|
14 |
|
15 |
# Initialize SBERT model
|
16 |
-
sbert_model = SentenceTransformer("
|
17 |
|
18 |
# Initialize Faiss index
|
19 |
def create_faiss_index(dim=384):
|
|
|
13 |
MISTRAL_API_KEY = "S3vzsvK7rP5in24joHgL55dVCjqYSi1F"
|
14 |
|
15 |
# Initialize SBERT model
|
16 |
+
sbert_model = SentenceTransformer("paraphrase-MiniLM-L6-v2")
|
17 |
|
18 |
# Initialize Faiss index
|
19 |
def create_faiss_index(dim=384):
|