Skip to content

Releases: instill-ai/instill-core

v0.3.0-alpha

11 Jan 22:17
v0.3.0-alpha
7b80636
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

Product Updates

Announcement 📣

  • VDP (originally, Visual Data Preparation) is officially renamed to Versatile Data Pipeline.

We have realised that as a general ETL infrastructure, VDP is in fact capable of processing all kinds of unstructured data. We should not limit its usage to only visual data but to more general versatile data. In addition, the term, Data Preparation, has been misleading for users often thinking it has to do with only data labelling, cleaning, or wrangling. In our vision, while VDP should involve data preparation in its MLOps practice, it should not be conceptually confined to only data preparation. VDP does more than that and is focused on the overall effectiveness of the unstructured data ETL with a data-centric paradigm. The end form of a VDP infrastructure is nothing but a data pipeline. The term Data Pipeline is more precise to capture the core concept of VDP hence renamed as Versatile Data Pipeline.

Features ✨

VDP (0.3.0-alpha)

Features

Bug Fixes

  • fix wrong triton environment when deploying HuggingFace models (#150) (b2fda36)
  • use COCO RLE format for instance segmentation (4d10e46)
  • update model output protocol (e6ea88d)
  • fix docker-compose (#174) (e40d607)
  • fix: fix typo in makefile (#172) (c861afd)

Pipeline-backend (0.9.3-alpha)

Bug Fixes

Connector-backend (0.7.2-alpha)

Bug Fixes

  • fix connector empty description update (0bc3086)

Model-backend (0.10.0-alpha)

Features

Bug Fixes

Console

Features

Bug Fixes


This PR was generated with Release Please. See documentation.

v0.2.6-alpha

20 Sep 23:13
1522379
Compare
Choose a tag to compare
v0.2.6-alpha Pre-release
Pre-release

0.2.6-alpha (2022-09-20)

Product Updates

BREAKING changes 🅱️

  • updated VDP protocol

Features ✨

  • add data mapping field data_mapping_indices in the data to be sent to the pipeline destination. The field includes unique IDs that can be mapped to CV task output for each processed image
  • support all CV tasks when building ASYNC pipelines
  • add confidence score for OCR task

Fix bugs 🐛

VDP

Bug Fixes

  • update examples to be compatible with the latest protocol (36a847b)

Miscellaneous Chores

Pipeline-backend (0.8.0-alpha)

Features

Bug Fixes

  • fix async trigger block issue (59f0fb8), closes #67
  • fix multipart trigger data_mapping_indices empty (d3160b4)

Connector-backend (0.6.0-alpha)

Features

  • add data mapping (5596716)
  • support all cv tasks defined in vdp protocol (c38f9e8), closes #33

Bug Fixes

  • add http/grpc release stage in connector definitions (f2648c0), closes #30
  • fix destination write for multiple models (860f62e)
  • fix update not using name field (f8e98c3)
  • fix zero-value field dropped (31e297c)

Model-backend (v0.8.1-alpha)

Features

Bug Fixes

  • update description for GitHub model from user input (#173) (821dab3)

Miscellaneous Chores

Console (v0.12.0-alpha)

Features

  • add buffer into calculation of instance cell more button (#268) (19d1470)
  • add destination configuration form (#255) (0164946)
  • Implement onboarding integration test (#271) (f9c494e)
  • Implement source integration test (#272) (b85a285)
  • use env var in pipeline snippet (#275) (3bc4d7a)

Bug Fixes

v0.2.5-alpha

18 Aug 21:52
36b3bab
Compare
Choose a tag to compare
v0.2.5-alpha Pre-release
Pre-release

0.2.5-alpha (2022-08-18)

Product Updates

Features ✨

  • add new CV Task Optical Character Recognition (OCR)
  • adopt new standard CV Task output, check the VDP Protocol
  • add code snippets about how to trigger a pipeline in the Console

Fix bugs 🐛

  • fix HTTP and gRPC connector state change logic
  • make the response consistent across all triggering pipeline operations

VDP

Miscellaneous Chores

Console (v0.10.0-alpha)

Features

Bug Fixes

Mgmt-backend (v0.2.5-alpha)

Miscellaneous Chores

Pipeline-backend (v0.7.1-alpha)

Bug Fixes

  • fix multipart trigger resp fmt inconsist (0663542)

Connector-backend (v0.5.2-alpha)

Bug Fixes

  • fix http and grpc state change logic (9e7b7eb)
  • fix worker container naming (b0ad69e)

Miscellaneous Chores

  • update instill connector doc url (34560f6)
  • release v0.5.2-alpha (d2daad6)

Model-backend (v0.7.0-alpha)

Features

v0.2.4-alpha

01 Aug 22:33
1e5254f
Compare
Choose a tag to compare
v0.2.4-alpha Pre-release
Pre-release

0.2.4-alpha (2022-08-01)

Product Updates

fix console bugs 🐛

  • fix keep redirecting back to onboarding form issue
  • fix Airbyte form default value issue
  • fix Toggle Field and Upload file Field issue
  • adapt new design-system component props structure
  • fix the wrong connector state
  • remove default scroll behaviour on type=number input

VDP

Miscellaneous Chores

Console (0.7.0-alpha)

Features

Bug Fixes

v0.2.3-alpha

29 Jul 12:45
eed8e6f
Compare
Choose a tag to compare
v0.2.3-alpha Pre-release
Pre-release

0.2.3-alpha (2022-07-29)

Product Updates

features ✨

  • annotate destination data name with batch index and timestamp

fix bugs 🐛

  • fix ArtiVC model import, destination creation and pipeline display issue
  • improve management backend error message
  • fix pipeline destination data loss issue

VDP

Miscellaneous Chores

Console (0.6.3-alpha)

Bug Fixes

  • fix get pipeline bug on model page (#174) (5e8116d)
  • fix ArtiVC model creation issue (#178) (d8ef4e0)
  • fix can't correctly create Airbyte destination (#185) (732844d)
  • fix destination cache not remove and create http & grpc issue (#184) (8c35d95)
  • fix onboarding form (#182) (a944e1d)

Mgmt-backend (0.2.4-alpha)

Bug Fixes

Pipeline-backend (0.7.0-alpha)

Features

  • add data association with dst conn (9233429)

Connector-backend (0.5.0-alpha)

Features

  • add data association with pipeline (c3236f7)

Bug Fixes

  • fix dst data duplicate and lost issue (eb7ad97), closes #25

v0.2.2-alpha

20 Jul 14:05
be0308b
Compare
Choose a tag to compare
v0.2.2-alpha Pre-release
Pre-release

0.2.2-alpha (2022-07-20)

Product Updates

fix bugs 🐛🐛🐛

  • ⚡️ speed up creating model operation
  • better console form handling
  • improve output format for models that are not labelled with any task
  • handle inference for images with RGBA channels

VDP

Miscellaneous Chores

Console (0.6.0-alpha)

Console update

  • Update sidebar design
  • Refactor lots of types, make our codebase much more consistent
  • Fix tracking and collect user usage data issue
  • Fix Airbyte nested fields validation and not correct value issue

Features

Bug Fixes

  • fix action issue (#172) (c02e4ad)
  • fix Airbyte nested form validation issue (#171) (1101acc)
  • fix description field is duplicated when create pipeline (#165) (7ef7b1a)

Connector-backend (0.4.5-alpha)

Bug Fixes

  • fix airbyte emitted_at timestamp (3eca9d6)
  • fix wrong state when connector check failed (92367e1)
  • remove airbyte namespace (bd7baa4)

Model-backend (0.6.3-alpha)

Features

  • speed up creating model operation (#115 ) (6930140)
  • standardize the output of the unspecified task(7fcd867)

Bug Fixes

  • fix client stream server recv wrong file length interval (#143) (0e06f7c)
  • post process for unspecified task output (ad88068)
  • trigger image with 4 channel (#141) (7445f5f)

Pipeline-backend (0.6.5-alpha)

Bug fixes

complete trigger async binary file for REST multipart (5003e5c)

v0.2.1-alpha

12 Jul 15:26
722a505
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release

0.2.1-alpha (2022-07-12)

Product Updates

  • 🔥🔥🔥 New YOLOv4 vs. YOLOv7 live demo
  • Add optional description field when creating models
  • Better console page title
  • Support default model card for models without README.md

VDP

Miscellaneous Chores

Console (0.5.0-alpha)

Features

Bug Fixes

  • use instill owned icons when interact with instill owned destination (#150) (d466a09)

Model-backend (v0.6.0-alpha)

Miscellaneous Chores

v0.2.0-alpha

08 Jul 02:14
26d6b65
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

0.2.0-alpha (2022-07-08)

Product Updates

A lot of gooooodies 🍬 🍰 🧁 to share with the community

  • 🥳 Add new management server mgmt-backend for user management
  • 🎊 Add new connector server connector-backend for pre-built source/destination connector management
    • new HTTP connector
    • new gRPC connector
  • 🔥 Now you can import models from GitHub, Hugging Face, or remote storage managed by DVC or ArtiVC
  • 🎉 New vision task: besides image classification and object detection, VDP supports keypoint detection
  • 🎮 New Console UI to enable youenabling you to use VDP without writing code
  • 🚀 Build pipelines for diverse scenarios
    • SYNC pipeline for real-time inference
    • ASYNC pipeline for on-demand workload

VDP

Features

Bug Fixes

  • fix connector-backend-worker in docker-compose-dev (c5d7260)
  • fix OpenAPI swagger service (#104) (2e3fd90)
  • fix temporal dynamicconfig (57edcde)

Mgmt-backend (v0.2.3-alpha)

Features

  • add reporter for usage collection (320d9a4)
  • add retrieve all user function (da78893)

Bug Fixes

Connector-backend (v0.4.3-alpha)

Features

Bug Fixes

Model-backend (v0.6.0-alpha)

Features

Bug Fixes

Pipeline-backend (v0.6.3-alpha)

Features

  • add cors support (c847912)
  • add async pipeline trigger (6d39b0a)
  • add filter for list pipeline (ffe8856)
  • add usage collection (7e71744)
  • support trigger multi model instances (e3d4263)

Bug Fixes

Console (v0.3.3-alpha)

Features

  • add ArtiVC Icon for model definition (#18) (b5250db)
  • add delete connector, pipeline service (#9) (526ff70)
  • add DISABLE_USAGE_COLLECTION args config (#45) (7f9352d)
  • add GitHub action related to docker hub (#11) (5e7569a)
  • add mock server and render method of react-query (#12) (80d89d7)
  • add mock source ...
Read more

v0.1.6-alpha

03 Apr 11:23
27bd54e
Compare
Choose a tag to compare
v0.1.6-alpha Pre-release
Pre-release

0.1.6-alpha (2022-04-03)

Miscellaneous Chores

v0.1.5-alpha

22 Mar 19:37
26b7b6b
Compare
Choose a tag to compare
v0.1.5-alpha Pre-release
Pre-release

0.1.5-alpha (2022-03-22)

Miscellaneous Chores