forked from phoenix-oss/llama-stack-mirror
add pypdf
This commit is contained in:
parent
19a14cd273
commit
498cf03617
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from llama_toolchain.core.datatypes import * # noqa: F403
|
||||||
EMBEDDING_DEPS = [
|
EMBEDDING_DEPS = [
|
||||||
"blobfile",
|
"blobfile",
|
||||||
"chardet",
|
"chardet",
|
||||||
"PdfReader",
|
"pypdf",
|
||||||
"sentence-transformers",
|
"sentence-transformers",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue