csalabs commited on
Commit
53167db
·
1 Parent(s): 3f10616

Update app.py

Browse files

Updating Path of files.

Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -82,10 +82,10 @@ def create_conversational_chain(vector_store):
82
  return chain
83
 
84
  file_paths = [
85
- './SOURCE_DOCUMENTS/Freedom of Information and Protection of Privacy Act, R.S.O. 1990, c. F.31[462] - Copy.pdf',
86
- './SOURCE_DOCUMENTS/Highway Traffic Act, R.S.O. 1990, c. H.8[465] - Copy.pdf',
87
- './SOURCE_DOCUMENTS/Narcotics Safety and Awareness Act, 2010, S.O. 2010, c. 22[463].pdf',
88
- './SOURCE_DOCUMENTS/Nutrient Management Act, 2002, S.O. 2002, c. 4[464].pdf'
89
  # Add more file paths as needed
90
  ]
91
 
 
82
  return chain
83
 
84
  file_paths = [
85
+ './Freedom of Information and Protection of Privacy Act, R.S.O. 1990, c. F.31[462] - Copy.pdf',
86
+ './Highway Traffic Act, R.S.O. 1990, c. H.8[465] - Copy.pdf',
87
+ './Narcotics Safety and Awareness Act, 2010, S.O. 2010, c. 22[463].pdf',
88
+ './Nutrient Management Act, 2002, S.O. 2002, c. 4[464].pdf'
89
  # Add more file paths as needed
90
  ]
91