3: rename core routers with vector_store

This commit is contained in:
Ashwin Bharambe 2025-10-20 19:22:54 -07:00
parent 18ff28b6f0
commit 3d7b463a80
11 changed files with 83 additions and 83 deletions

View file

@ -121,7 +121,7 @@ class Api(Enum, metaclass=DynamicApiMeta):
models = "models"
shields = "shields"
vector_dbs = "vector_dbs" # only used for routing
vector_stores = "vector_stores" # only used for routing table
datasets = "datasets"
scoring_functions = "scoring_functions"
benchmarks = "benchmarks"