SAVAI123 commited on
Commit
59f952b
·
verified ·
1 Parent(s): 49fda8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def initialize_retriever():
46
  print(f"Files in directory: {os.listdir(current_dir)}")
47
 
48
  # Use absolute path for the PDF
49
- pdf_path = os.path.join(current_dir, "RAG.pdf")
50
  print(f"Attempting to load PDF from: {pdf_path}")
51
 
52
  # Check if file exists
 
46
  print(f"Files in directory: {os.listdir(current_dir)}")
47
 
48
  # Use absolute path for the PDF
49
+ pdf_path = os.path.join(current_dir, "Team1.pdf")
50
  print(f"Attempting to load PDF from: {pdf_path}")
51
 
52
  # Check if file exists