Chris4K commited on
Commit
c7297e1
·
1 Parent(s): f514bc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -12,11 +12,12 @@ api_hf_embeddings = HuggingFaceInferenceAPIEmbeddings(
12
  )
13
 
14
  # Load and process the PDF files
15
- loader = PyPDFLoader("./new_papers/ReACT.pdf")
16
  loader
17
  documents = loader.load_and_split()
18
-
19
  print(documents)
 
20
 
21
 
22
  # Create Chroma vector store for API embeddings
 
12
  )
13
 
14
  # Load and process the PDF files
15
+ loader = PyPDFLoader("new_papers/ReACT.pdf")
16
  loader
17
  documents = loader.load_and_split()
18
+ print("-----------")
19
  print(documents)
20
+ print("-----------")
21
 
22
 
23
  # Create Chroma vector store for API embeddings