Chris4K commited on
Commit
0ec017e
1 Parent(s): 236d1ac

Update app.py

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