mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-26 06:07:43 +00:00
internal_providers
# What does this PR do? ## Test Plan
This commit is contained in:
parent
04592b9590
commit
d211f5188b
2 changed files with 42 additions and 10 deletions
|
@ -37,8 +37,11 @@ distribution_spec:
|
|||
- remote::tavily-search
|
||||
- inline::rag-runtime
|
||||
- remote::model-context-protocol
|
||||
internal_providers:
|
||||
sql_store:
|
||||
- inline::sqlite-store
|
||||
- inline::postgres-store
|
||||
kv_store:
|
||||
- inline::sqlite-kv
|
||||
- inline::postgres-kv
|
||||
image_type: conda
|
||||
additional_pip_packages:
|
||||
- aiosqlite
|
||||
- asyncpg
|
||||
- sqlalchemy[asyncio]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue