Spaces:
Runtime error
Runtime error
Update flask_app.py
Browse files- flask_app.py +3 -13
flask_app.py
CHANGED
|
@@ -77,19 +77,9 @@ def create_rag_pipeline(pdf_paths):
|
|
| 77 |
|
| 78 |
# Specify the PDF paths
|
| 79 |
pdfs_paths = [
|
| 80 |
-
"
|
| 81 |
-
"
|
| 82 |
-
"
|
| 83 |
-
"The-Khyber-Pakhtunkhwa-Police-Amendment-Act-2024.pdf",
|
| 84 |
-
"Home_department_ARMS_ACT_2013.pdf",
|
| 85 |
-
"Khyber Pakhtunkhwa Civil Servants Pension Rules, 2021.pdf",
|
| 86 |
-
"Lease-Policy-2015.pdf",
|
| 87 |
-
"Planning & Development ADP Policy 2020-21.pdf",
|
| 88 |
-
"The Khyber Pakhtunkhwa Contributory Provident Fund Rules, 2022 .pdf",
|
| 89 |
-
"THE_KHYBER_PAKHTUNKHWA_EMERGENCY_RESCUE_SERVICE_ACT_2012.pdf",
|
| 90 |
-
"The_Khyber_Pakhtunkhwa_Water_Act_2020_Act_No_XXV_of_2020.pdf",
|
| 91 |
-
"the_Khyber_Pakhtunkhwa_Zakat_and_Ushr_Act,_2011.pdf",
|
| 92 |
-
"The-Khyber-Pakhtunkhwa-Provincial-Assembly-Secretariat-Employees-Terms-and-Conditions-of-Service-Bill-2024-1.pdf"
|
| 93 |
]
|
| 94 |
|
| 95 |
|
|
|
|
| 77 |
|
| 78 |
# Specify the PDF paths
|
| 79 |
pdfs_paths = [
|
| 80 |
+
"Esta Code 2024 final2.pdf",
|
| 81 |
+
"Executive Handbook 2024 PDF.pdf",
|
| 82 |
+
"Rules of Business, 1985 (Updated 2024).pdf",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
]
|
| 84 |
|
| 85 |
|