Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ embeddings = HuggingFaceEmbeddings(
|
|
30 |
)
|
31 |
|
32 |
|
33 |
-
db = FAISS.load_local("
|
34 |
|
35 |
|
36 |
def find_best_page_content(question, keywords, db):
|
|
|
30 |
)
|
31 |
|
32 |
|
33 |
+
db = FAISS.load_local("faiss_index", embeddings, allow_dangerous_deserialization=True)
|
34 |
|
35 |
|
36 |
def find_best_page_content(question, keywords, db):
|