llama-stack-mirror/llama_stack/distribution/routing_tables
Francisco Arceo c8f274347d
chore: Adding Access Control for OpenAI Vector Stores methods (#2772)
# What does this PR do?

Refactors the vector store routing logic by moving OpenAI-compatible
vector store operations from the `VectorIORouter` to the
`VectorDBsRoutingTable`.

Closes https://github.com/meta-llama/llama-stack/issues/2761

## Test Plan

Added unit tests to cover new routing logic and ACL checks.

---------

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-07-21 16:22:44 -04:00
..
__init__.py chore: split routing_tables into individual files (#2259) 2025-05-24 23:15:05 -07:00
benchmarks.py feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
common.py chore: Adding Access Control for OpenAI Vector Stores methods (#2772) 2025-07-21 16:22:44 -04:00
datasets.py fix: dataset metadata without provider_id (#2527) 2025-06-27 08:51:29 -04:00
models.py feat(vllm): periodically refresh models (#2823) 2025-07-18 15:53:09 -07:00
scoring_functions.py feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
shields.py feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
toolgroups.py feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
vector_dbs.py chore: Adding Access Control for OpenAI Vector Stores methods (#2772) 2025-07-21 16:22:44 -04:00