mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 10:20:00 +00:00
add datastore initial code
This commit is contained in:
parent
d667a7109f
commit
0a2af0e2f8
9 changed files with 293 additions and 9 deletions
|
|
@ -35,10 +35,10 @@ def builtin_automatically_routed_apis() -> List[AutoRoutedApiInfo]:
|
|||
routing_table_api=Api.vector_dbs,
|
||||
router_api=Api.vector_io,
|
||||
),
|
||||
AutoRoutedApiInfo(
|
||||
routing_table_api=Api.datasets,
|
||||
router_api=Api.datasetio,
|
||||
),
|
||||
# AutoRoutedApiInfo(
|
||||
# routing_table_api=Api.datasets,
|
||||
# router_api=Api.datasetio,
|
||||
# ),
|
||||
AutoRoutedApiInfo(
|
||||
routing_table_api=Api.scoring_functions,
|
||||
router_api=Api.scoring,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue