Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|