NLPGenius commited on
Commit
49f5dbd
·
verified ·
1 Parent(s): ee45276

Update flask_app.py

Browse files
Files changed (1) hide show
  1. flask_app.py +11 -1
flask_app.py CHANGED
@@ -80,9 +80,19 @@ pdfs_paths = [
80
  "Esta_Code_2024_.pdf",
81
  "KP_Policy_Agriculture1.pdf",
82
  "THE_KHYBER_PAKHTUNKHWA_SALES_TAX_ON_SERVICES_ACT_2022.pdf",
83
- "The-Khyber-Pakhtunkhwa-Police-Amendment-Act-2024.pdf"
 
 
 
 
 
 
 
 
 
84
  ]
85
 
 
86
  # Usage example
87
  retriever = create_rag_pipeline(pdfs_paths)
88
 
 
80
  "Esta_Code_2024_.pdf",
81
  "KP_Policy_Agriculture1.pdf",
82
  "THE_KHYBER_PAKHTUNKHWA_SALES_TAX_ON_SERVICES_ACT_2022.pdf",
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
+
96
  # Usage example
97
  retriever = create_rag_pipeline(pdfs_paths)
98