MSEAJYTHTH commited on
Commit
cb3d9b4
·
verified ·
1 Parent(s): 6a5cc6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ embeddings = HuggingFaceEmbeddings(
30
 
31
 
32
  # 두 파일을 업로드한 후에는 다음과 같이 코드를 수정할 수 있습니다.
33
- db = FAISS.load_local("index.faiss", embeddings, allow_dangerous_deserialization=True)
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):