inference-api-g1 / db /models.py

Commit History

Disable prepared statement cache for pgbouncer compatibility
db280f4

alexfremont commited on

Refactor model loading to store metadata alongside pipelines in model_pipelines dict
dfb1c84

alexfremont commited on

Fix model logging to use display_name instead of name field
c2cd706

alexfremont commited on

Remove name field from model queries in db/models.py
ec6e669

alexfremont commited on

Update type hint from Dict|None to Union[Dict, None] in fetch_model_by_id
48b9b47

alexfremont commited on

Add model management endpoints and database fetch functionality
0053356

alexfremont commited on

Refactor API architecture with modular design and database integration
e109700

alexfremont commited on