add pypdf

This commit is contained in:
Ashwin Bharambe 2024-09-13 17:04:43 -07:00
parent 19a14cd273
commit 498cf03617

View file

@ -11,7 +11,7 @@ from llama_toolchain.core.datatypes import * # noqa: F403
EMBEDDING_DEPS = [
"blobfile",
"chardet",
"PdfReader",
"pypdf",
"sentence-transformers",
]