dembasowmr commited on
Commit
d607228
·
1 Parent(s): 0f2507d

Fix: Move pdf_document_paths to global scope in compassia.py for import

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ print("--- FastAPI App Startup: Document indexing complete ---")
43
 
44
  # --- FastAPI Application Instance ---
45
  app = FastAPI(
46
- title="Compassia AI PDF Chat API",
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
  )