jeremierostan commited on
Commit
146ffc5
1 Parent(s): 849a3d2

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 = ["Rosenshine+Principles.pdf", AnotherDocument.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 = ["Louis XIV.pdf"]
47
  text_chunks = process_pdfs(reference_documents)
48
 
49
  instructions = os.getenv('INSTRUCTIONS')