llama-stack-mirror/src/llama_stack/apis
Ashwin Bharambe 0c49a53c97
chore(api)!: remove tool_runtime.rag_tool from the API surface (#4067)
RAG aka file search is implemented via the Responses API by specifying
the file-search tool. The backend implementation remains unchanged. This
PR merely removes the directly exposed API surface which allowed users
to directly perform searches from the client.

This facility is now available via the `client.vector_store.search()`
OpenAI compatible API.
2025-11-04 14:50:54 -08:00
..
agents chore!: remove the agents (sessions and turns) API (#4055) 2025-11-04 09:38:39 -08:00
batches chore!: remove all deprecated routes (including /openai/v1/ ones) (#4054) 2025-11-03 19:00:59 -08:00
benchmarks chore!: remove all deprecated routes (including /openai/v1/ ones) (#4054) 2025-11-03 19:00:59 -08:00
common chore!: remove the agents (sessions and turns) API (#4055) 2025-11-04 09:38:39 -08:00
conversations chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
datasetio chore!: remove all deprecated routes (including /openai/v1/ ones) (#4054) 2025-11-03 19:00:59 -08:00
datasets chore!: remove all deprecated routes (including /openai/v1/ ones) (#4054) 2025-11-03 19:00:59 -08:00
eval chore!: remove the agents (sessions and turns) API (#4055) 2025-11-04 09:38:39 -08:00
files chore!: remove all deprecated routes (including /openai/v1/ ones) (#4054) 2025-11-03 19:00:59 -08:00
inference chore!: remove all deprecated routes (including /openai/v1/ ones) (#4054) 2025-11-03 19:00:59 -08:00
inspect chore(api)!: /v1/inspect only lists v1 apis by default (#3948) 2025-10-31 11:55:46 -07:00
models chore!: remove all deprecated routes (including /openai/v1/ ones) (#4054) 2025-11-03 19:00:59 -08:00
post_training chore!: remove all deprecated routes (including /openai/v1/ ones) (#4054) 2025-11-03 19:00:59 -08:00
prompts chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
providers chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
safety chore!: remove all deprecated routes (including /openai/v1/ ones) (#4054) 2025-11-03 19:00:59 -08:00
scoring chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
scoring_functions chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
shields chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
tools chore(api)!: remove tool_runtime.rag_tool from the API surface (#4067) 2025-11-04 14:50:54 -08:00
vector_io chore!: remove all deprecated routes (including /openai/v1/ ones) (#4054) 2025-11-03 19:00:59 -08:00
vector_stores chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
__init__.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
datatypes.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
resource.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
version.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00