Spaces:
Runtime error
Runtime error
lakshmivairamani
commited on
Commit
•
2a303ed
1
Parent(s):
db8217d
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def query_vector_store(vector_store, query):
|
|
110 |
|
111 |
# Load and process the PDF (ensure the PDF is accessible from your Colab environment)
|
112 |
#pdf_path = "The Magic of Analysing Customers Experience in Freight Forwarding Industry -BLOG.pdf"
|
113 |
-
pdf_path = "
|
114 |
# Check if the user has the necessary permissions to access the directory
|
115 |
# if not os.path.isdir(pdf_path):
|
116 |
# raise ValueError(f"Directory {pdf_path} does not exist or you do not have permission to access it.")
|
|
|
110 |
|
111 |
# Load and process the PDF (ensure the PDF is accessible from your Colab environment)
|
112 |
#pdf_path = "The Magic of Analysing Customers Experience in Freight Forwarding Industry -BLOG.pdf"
|
113 |
+
pdf_path = "Inbound.pdf"
|
114 |
# Check if the user has the necessary permissions to access the directory
|
115 |
# if not os.path.isdir(pdf_path):
|
116 |
# raise ValueError(f"Directory {pdf_path} does not exist or you do not have permission to access it.")
|