jeremierostan commited on
Commit
a4a2a07
·
verified ·
1 Parent(s): db72537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def process_pdfs(pdf_files):
43
  return all_chunks
44
 
45
  # Add the paths to your desired knowledge base PDFs
46
- reference_documents = ["Primary sources for Summative Project.pdf"]
47
  text_chunks = process_pdfs(reference_documents)
48
 
49
  instructions = os.getenv('INSTRUCTIONS')
 
43
  return all_chunks
44
 
45
  # Add the paths to your desired knowledge base PDFs
46
+ reference_documents = ["knowledge_base.pdf"]
47
  text_chunks = process_pdfs(reference_documents)
48
 
49
  instructions = os.getenv('INSTRUCTIONS')