mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-14 17:12:36 +00:00
chore(cleanup)!: remove tool_runtime.rag_tool
Kill the `builtin::rag` tool group completely since it is no longer targeted. We use the Responses implementation for knowledge_search which uses the `openai_vector_stores` pathway.
This commit is contained in:
parent
122de785c4
commit
c165de409d
53 changed files with 15 additions and 3113 deletions
|
|
@ -19,8 +19,7 @@ distribution_spec:
|
|||
- provider_type: remote::nvidia
|
||||
scoring:
|
||||
- provider_type: inline::basic
|
||||
tool_runtime:
|
||||
- provider_type: inline::rag-runtime
|
||||
tool_runtime: []
|
||||
files:
|
||||
- provider_type: inline::localfs
|
||||
image_type: venv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue