getGO007 commited on
Commit
ada090d
Β·
verified Β·
1 Parent(s): 6712e22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from llama_index.core.workflow import Event, StartEvent, StopEvent, Workflow, st
14
  from llama_index.core.memory import ChatMemoryBuffer
15
 
16
  # ─── Constants ───────────────────────────────────────────────────
17
- PDF_PATH = "./data/my_doc.pdf" # your single PDF
18
  INDEX_DIR = "./index_data"
19
  SYSTEM_PROMPT = (
20
  "You are an expert analyst, who excels in analyzing a company's earnings call deck. Answer questions ONLY from the indexed document."
 
14
  from llama_index.core.memory import ChatMemoryBuffer
15
 
16
  # ─── Constants ───────────────────────────────────────────────────
17
+ PDF_PATH = "./data/bank-of-america.pdf" # your single PDF
18
  INDEX_DIR = "./index_data"
19
  SYSTEM_PROMPT = (
20
  "You are an expert analyst, who excels in analyzing a company's earnings call deck. Answer questions ONLY from the indexed document."