tstone87 commited on
Commit
ad7c9e5
·
verified ·
1 Parent(s): ec4c7d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def load_json_data():
27
  data = load_json_data()
28
 
29
  # 🔹 Initialize FAISS for Searching Relevant Answers
30
- model = SentenceTransformer("multi-qa-mpnet-base-dot-v1 ") # slower with great accuracy
31
 
32
  def create_faiss_index(data):
33
  texts = list(data.values())
 
27
  data = load_json_data()
28
 
29
  # 🔹 Initialize FAISS for Searching Relevant Answers
30
+ model = SentenceTransformer("multi-qa-mpnet-base-dot-v1") # slower with great accuracy
31
 
32
  def create_faiss_index(data):
33
  texts = list(data.values())