instill-core
instill-core copied to clipboard
🔮 Instill Core is a full-stack AI infrastructure tool for data, model and pipeline orchestration, designed to streamline every aspect of building versatile AI-first applications
### Why An online model (or model version) should not be allowed to be set offline nor to be deleted when it is being used by any activated pipeline. We...
All backends are using HTTP protocol, we will enable HTTPS in the future.
Add unit testing for all backends. Please tick off the check box when it is done - [ ] mgmt-backend @xiaofei-du - [ ] connector-backend @pinglin - [ ] model-backend...
Current redoc deploys the OpenAPI docs from the `main` branch of the protobufs. It should deploy the corresponding OpenAPI docs that are compatible with the `pipeline-backend` and `model-backend` in the...
The VDP project span over multiple repos including - [vdp](https://github.com/instill-ai/vdp) - [pipeline-backend](https://github.com/instill-ai/pipeline-backend) - [model-backend](https://github.com/instill-ai/model-backend) - [protobufs](https://github.com/instill-ai/protobufs) - [protogen-go](https://github.com/instill-ai/protogen-go) It would be nice if we provide docs to explain the role...
:robot: I have created a release *beep* *boop* --- ## [0.2.7-alpha](https://github.com/instill-ai/vdp/compare/v0.2.6-alpha...v0.2.7-alpha) (2022-10-21) ### Bug Fixes * error triton environment when deploying HuggingFace models ([#150](https://github.com/instill-ai/vdp/issues/150)) ([b2fda36](https://github.com/instill-ai/vdp/commit/b2fda36e687ed347e39d6c4e6f4448a289ca6acf)) --- This PR was generated...
Because - The console integration test is ready This commit - add console e2e test into vdp