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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,9 +13,10 @@ api_hf_embeddings = HuggingFaceInferenceAPIEmbeddings(
13
 
14
  # Load and process the PDF files
15
  loader = PyPDFLoader("./new_papers/ReACT.pdf")
 
16
  documents = loader.load_and_split()
17
 
18
-
19
 
20
 
21
  # Create Chroma vector store for API embeddings
 
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