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):
|