mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-18 02:42:31 +00:00
add back rag deps
This commit is contained in:
parent
e145a410b7
commit
73776e48b8
1 changed files with 10 additions and 10 deletions
|
@ -20,16 +20,16 @@ def available_providers() -> list[ProviderSpec]:
|
||||||
api=Api.tool_runtime,
|
api=Api.tool_runtime,
|
||||||
provider_type="inline::rag-runtime",
|
provider_type="inline::rag-runtime",
|
||||||
pip_packages=[
|
pip_packages=[
|
||||||
# "blobfile",
|
"blobfile",
|
||||||
# "chardet",
|
"chardet",
|
||||||
# "pypdf",
|
"pypdf",
|
||||||
# "tqdm",
|
"tqdm",
|
||||||
# "numpy",
|
"numpy",
|
||||||
# "scikit-learn",
|
"scikit-learn",
|
||||||
# "scipy",
|
"scipy",
|
||||||
# "nltk",
|
"nltk",
|
||||||
# "sentencepiece",
|
"sentencepiece",
|
||||||
# "transformers",
|
"transformers",
|
||||||
],
|
],
|
||||||
module="llama_stack.providers.inline.tool_runtime.rag",
|
module="llama_stack.providers.inline.tool_runtime.rag",
|
||||||
config_class="llama_stack.providers.inline.tool_runtime.rag.config.RagToolRuntimeConfig",
|
config_class="llama_stack.providers.inline.tool_runtime.rag.config.RagToolRuntimeConfig",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue