Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def replace_newlines_and_spaces(text):
|
|
27 |
|
28 |
|
29 |
def get_documents():
|
30 |
-
return PyPDFLoader("
|
31 |
|
32 |
|
33 |
def init_chromadb():
|
|
|
27 |
|
28 |
|
29 |
def get_documents():
|
30 |
+
return PyPDFLoader("AI-smart-water-management-systems.pdf").load()
|
31 |
|
32 |
|
33 |
def init_chromadb():
|