Cuervo-x commited on
Commit
c052a55
·
1 Parent(s): bdb51cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ warnings.filterwarnings("ignore", category=UserWarning)
54
  DATA_PATH = "july3.xlsx" # <- update if needed
55
 
56
  # --- Local PDF folder for RAG (no online indexing) ---
57
- LOCAL_PDF_DIR = Path("/literature_pdfs") # <- your local folder
58
  LOCAL_PDF_DIR.mkdir(exist_ok=True)
59
 
60
  # --- RAG artifacts (kept in working dir) ---
 
54
  DATA_PATH = "july3.xlsx" # <- update if needed
55
 
56
  # --- Local PDF folder for RAG (no online indexing) ---
57
+ LOCAL_PDF_DIR = Path("./literature_pdfs") # <- your local folder
58
  LOCAL_PDF_DIR.mkdir(exist_ok=True)
59
 
60
  # --- RAG artifacts (kept in working dir) ---