llama-stack/llama_stack/providers/utils/kvstore
ehhuang 2603f10f95
feat: support postgresql inference store (#2310)
# What does this PR do?
* Added support postgresql inference store
* Added 'oracle' template that demos how to config postgresql stores
(except for telemetry, which is not supported currently)


## Test Plan

llama stack build --template oracle --image-type conda --run
LLAMA_STACK_CONFIG=http://localhost:8321 pytest -s -v tests/integration/
--text-model accounts/fireworks/models/llama-v3p3-70b-instruct -k
'inference_store'
2025-05-29 14:33:09 -07:00
..
mongodb feat: implementation for agent/session list and describe (#1606) 2025-05-07 14:49:23 +02:00
postgres feat: implementation for agent/session list and describe (#1606) 2025-05-07 14:49:23 +02:00
redis feat: implementation for agent/session list and describe (#1606) 2025-05-07 14:49:23 +02:00
sqlite feat: implementation for agent/session list and describe (#1606) 2025-05-07 14:49:23 +02:00
__init__.py [API Updates] Model / shield / memory-bank routing + agent persistence + support for private headers (#92) 2024-09-23 14:22:22 -07:00
api.py feat: implementation for agent/session list and describe (#1606) 2025-05-07 14:49:23 +02:00
config.py feat: support postgresql inference store (#2310) 2025-05-29 14:33:09 -07:00
kvstore.py feat: implementation for agent/session list and describe (#1606) 2025-05-07 14:49:23 +02:00