MSEAJYTHTH commited on
Commit
9476dfb
·
verified ·
1 Parent(s): f499646

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ embeddings = HuggingFaceEmbeddings(
31
 
32
 
33
  # 두 파일을 업로드한 후에는 다음과 같이 코드를 수정할 수 있습니다.
34
- db = FAISS.load_local("index.faiss", embeddings, allow_dangerous_deserialization=True)
35
 
36
 
37
  def find_best_page_content(question, keywords, db):
 
31
 
32
 
33
  # 두 파일을 업로드한 후에는 다음과 같이 코드를 수정할 수 있습니다.
34
+ db = FAISS.load_local(modelPath, embeddings, allow_dangerous_deserialization=True)
35
 
36
 
37
  def find_best_page_content(question, keywords, db):