* Since our API packages use import * in __init__.py, we can import
directly from llama_stack.apis.models instead of
llama_stack.apis.models.models. However, the choice to use import *
is debatable and may need to be reconsidered in the future.
* Remove the unnecessary Ruff F401 suppression.
* Consolidate the Ruff F403 rule configuration in
pyproject.toml.
Signed-off-by: Sébastien Han <seb@redhat.com>
# 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'