Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ def get_vectorstore(text_chunks):
|
|
| 85 |
print("-----")
|
| 86 |
return vectorstore
|
| 87 |
|
| 88 |
-
pdf_text = get_pdf_text("new_papers/ALiBi.pdf")
|
| 89 |
text_chunks = get_text_chunks(pdf_text)
|
| 90 |
api_db = get_vectorstore(text_chunks)
|
| 91 |
|
|
|
|
| 85 |
print("-----")
|
| 86 |
return vectorstore
|
| 87 |
|
| 88 |
+
pdf_text = get_pdf_text("rag-tool/new_papers/ALiBi.pdf")
|
| 89 |
text_chunks = get_text_chunks(pdf_text)
|
| 90 |
api_db = get_vectorstore(text_chunks)
|
| 91 |
|