mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
support data: in URL for memory. Add ootb support for pdfs
This commit is contained in:
parent
a11d92601b
commit
5f49dce839
5 changed files with 82 additions and 12 deletions
|
@ -10,6 +10,8 @@ from llama_toolchain.core.datatypes import * # noqa: F403
|
|||
|
||||
EMBEDDING_DEPS = [
|
||||
"blobfile",
|
||||
"chardet",
|
||||
"PdfReader",
|
||||
"sentence-transformers",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue