llama-stack/llama_stack/templates/watsonx
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
..
__init__.py feat: Add watsonx inference adapter (#1895) 2025-04-25 11:29:21 -07:00
build.yaml feat: support postgresql inference store (#2310) 2025-05-29 14:33:09 -07:00
doc_template.md fix: replace all instances of --yaml-config with --config (#2196) 2025-05-16 14:31:12 -07:00
run.yaml feat: add list responses API (#2233) 2025-05-23 13:16:48 -07:00
watsonx.py fix: Adding Embedding model to watsonx inference (#2118) 2025-05-12 10:58:22 -07:00