Chris4K commited on
Commit
2b75a1c
·
1 Parent(s): ac3e84b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -11,7 +11,9 @@ hf = HuggingFaceInstructEmbeddings(
11
  )
12
 
13
  # Load and process the PDF files
14
- loader = PyPDFLoader('./new_papers/', glob="./*.pdf")
 
 
15
  documents = loader.load()
16
 
17
  # Create a Chroma vector store from the PDF documents
 
11
  )
12
 
13
  # Load and process the PDF files
14
+ loader = PyPDFLoader("./new_papers/ReACT.pdf")
15
+
16
+ #loader = PyPDFLoader('./new_papers/', glob="./*.pdf")
17
  documents = loader.load()
18
 
19
  # Create a Chroma vector store from the PDF documents