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

@ -64,7 +64,7 @@ def builtin_automatically_routed_apis() -> list[AutoRoutedApiInfo]:
router_api=Api.tool_runtime,
),
AutoRoutedApiInfo(
routing_table_api=Api.vector_dbs,
routing_table_api=Api.vector_stores,
router_api=Api.vector_io,
),
]