Spaces:
Runtime error
Runtime error
Commit ·
d607228
1
Parent(s): 0f2507d
Fix: Move pdf_document_paths to global scope in compassia.py for import
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ print("--- FastAPI App Startup: Document indexing complete ---")
|
|
| 43 |
|
| 44 |
# --- FastAPI Application Instance ---
|
| 45 |
app = FastAPI(
|
| 46 |
-
title="
|
| 47 |
description="Backend API for querying PDFs using DeepSeek (via OpenRouter) and BGE-M3 embeddings.",
|
| 48 |
version="0.1.0",
|
| 49 |
)
|
|
|
|
| 43 |
|
| 44 |
# --- FastAPI Application Instance ---
|
| 45 |
app = FastAPI(
|
| 46 |
+
title="CompassIA",
|
| 47 |
description="Backend API for querying PDFs using DeepSeek (via OpenRouter) and BGE-M3 embeddings.",
|
| 48 |
version="0.1.0",
|
| 49 |
)
|