add back rag deps

This commit is contained in:
Raghotham Murthy 2025-05-28 22:26:09 -07:00
parent e145a410b7
commit 73776e48b8

View file

@ -20,16 +20,16 @@ def available_providers() -> list[ProviderSpec]:
api=Api.tool_runtime,
provider_type="inline::rag-runtime",
pip_packages=[
# "blobfile",
# "chardet",
# "pypdf",
# "tqdm",
# "numpy",
# "scikit-learn",
# "scipy",
# "nltk",
# "sentencepiece",
# "transformers",
"blobfile",
"chardet",
"pypdf",
"tqdm",
"numpy",
"scikit-learn",
"scipy",
"nltk",
"sentencepiece",
"transformers",
],
module="llama_stack.providers.inline.tool_runtime.rag",
config_class="llama_stack.providers.inline.tool_runtime.rag.config.RagToolRuntimeConfig",