ajoy0071998 commited on
Commit
b484068
·
verified ·
1 Parent(s): e2ed6e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import hashlib
13
  MISTRAL_API_KEY = "S3vzsvK7rP5in24joHgL55dVCjqYSi1F"
14
 
15
  # Initialize SBERT model
16
- sbert_model = SentenceTransformer("all-MiniLM-L6-v2")
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):