update memory providers

This commit is contained in:
Xi Yan 2024-09-13 13:58:16 -07:00
parent 73a6589446
commit 62865ce0d2

View file

@ -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",
] ]