Update app.py
Browse files
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/
|
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."
|