Update app.py
Browse files
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"
|
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)
|