QuaidKhalid commited on
Commit
b728612
·
verified ·
1 Parent(s): 7687529

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ from langchain_core.runnables import RunnablePassthrough
7
  from langchain_text_splitters import RecursiveCharacterTextSplitter
8
  from sentence_transformers import SentenceTransformer
9
  import torch
 
10
 
11
  # ... rest of the code remains the same ...
12
 
 
7
  from langchain_text_splitters import RecursiveCharacterTextSplitter
8
  from sentence_transformers import SentenceTransformer
9
  import torch
10
+ import PyPDF2
11
 
12
  # ... rest of the code remains the same ...
13