Spaces:
Runtime error
Runtime error
Update app.py
Browse filesUpdating Path of files.
app.py
CHANGED
@@ -82,10 +82,10 @@ def create_conversational_chain(vector_store):
|
|
82 |
return chain
|
83 |
|
84 |
file_paths = [
|
85 |
-
'./
|
86 |
-
'./
|
87 |
-
'./
|
88 |
-
'./
|
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 |
|