lakshmivairamani commited on
Commit
fb72214
·
verified ·
1 Parent(s): 0968cf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def query_vector_store(vector_store, query):
107
  return '\n\n'.join([doc.page_content for doc in docs])
108
 
109
  # Load and process the PDF (ensure the PDF is accessible from your Colab environment)
110
- pdf_path = "/content/drive/My Drive/Colab Notebooks/LLM/data/PDF/medical_information.pdf"
111
  # Check if the user has the necessary permissions to access the directory
112
  # if not os.path.isdir(pdf_path):
113
  # raise ValueError(f"Directory {pdf_path} does not exist or you do not have permission to access it.")
 
107
  return '\n\n'.join([doc.page_content for doc in docs])
108
 
109
  # Load and process the PDF (ensure the PDF is accessible from your Colab environment)
110
+ pdf_path = "The Magic of Analysing Customers Experience in Freight Forwarding Industry -BLOG.pdf"
111
  # Check if the user has the necessary permissions to access the directory
112
  # if not os.path.isdir(pdf_path):
113
  # raise ValueError(f"Directory {pdf_path} does not exist or you do not have permission to access it.")