Chris4K commited on
Commit
ddd68a9
·
verified ·
1 Parent(s): 70bd277

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def get_vectorstore(text_chunks):
86
  return vectorstore
87
 
88
  # Adjust the path to your PDF file by escaping the space
89
- pdf_path = "new_papers/ALiBi.pdf"
90
  pdf_text = get_pdf_text(pdf_path)
91
 
92
  text_chunks = get_text_chunks(pdf_text)
 
86
  return vectorstore
87
 
88
  # Adjust the path to your PDF file by escaping the space
89
+ pdf_path = "rag-tool/new_papers/ALiBi.pdf"
90
  pdf_text = get_pdf_text(pdf_path)
91
 
92
  text_chunks = get_text_chunks(pdf_text)