mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-20 11:47:00 +00:00
feat: add postgres deps to starter distro
This commit is contained in:
parent
3c9a10d2fe
commit
032f92b3e1
8 changed files with 68 additions and 16 deletions
|
@ -79,7 +79,7 @@ metadata_store:
|
|||
db: ${env.POSTGRES_DB:llamastack}
|
||||
user: ${env.POSTGRES_USER:llamastack}
|
||||
password: ${env.POSTGRES_PASSWORD:llamastack}
|
||||
table_name: llamastack_kvstore
|
||||
table_name: ${env.POSTGRES_TABLE_NAME:llamastack_kvstore}
|
||||
inference_store:
|
||||
type: postgres
|
||||
host: ${env.POSTGRES_HOST:localhost}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue