Releases: instill-ai/instill-core
Releases · instill-ai/instill-core
v0.1.2-alpha
Project Updates
- A full local development tooling with docker-compose
- Preliminary model serving for multiple Deep Learning frameworks
- Pipeline with sync mode to handle blocking data flow
- Go example codes
Bug Fixes
- add name in update model api (#41) (35b7e31)
- docker-compose: change correct dependency for temporal (#60) (eb98049)
- update model backend without specify version when creating model (#63) (f4cf161)
- wrong type in sample model prediction (#39) (523d5f8)
v0.1.0-alpha
Features
- add provisioned
visual-data-pipeline
from docker-compose (0ec790b)
- initial commit (2916d75)
- refactor the name to
visual data preparation
and add model-backend
into docker-compose (#7) (d24c0ef)
- refactor to adopt koanf configuration management (51eba89)
Bug Fixes