Spaces:
Sleeping
Sleeping
Update app.py
#2
by
Cuervo-x
- opened
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("
|
| 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) ---
|