Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #383

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.17.0-alpha](https://github.com/instill-ai/vdp/compare/v0.16.0-alpha...v0.17.0-alpha) (2023-10-27)


### Miscellaneous Chores

* **release:** release v0.17.0-alpha ([0e8555f](https://github.com/instill-ai/vdp/commit/0e8555f118b74cf5be327962b0d38666a011a807))

## [0.16.0-alpha](https://github.com/instill-ai/vdp/compare/v0.15.0-alpha...v0.16.0-alpha) (2023-10-13)


Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@

💧 **Instill VDP (Versatile Data Pipeline)** is a source-available tool, designed to streamline your data processing pipelines from inception to completion. If your goal is to develop versatile AI features using Large Language Models (LLM), Generative AI, Vision, or Audio models, Instill VDP empowers you to:

- Effortlessly **connect** to your unstructured data
- **Build** pipelines to enable diverse AI functionalities in your applications
- Visually **test** pipelines with a single click, viewing output at each stage
- Easily **share** your pipelines to showcase your work
- Effortlessly **connect** to your unstructured data.
- **Build** pipelines to enable diverse AI functionalities in your applications.
- Visually **test** pipelines with a single click, viewing output at each stage.
- Easily **share** your pipelines to showcase your work.

**☁️ [Instill Cloud](https://console.instill.tech)** offers a fully managed public cloud service, providing you with access to all the fantastic features of Instill VDP without the burden of infrastructure management.

## Highlights

- 🚀 Accelerate AI applications by building end-to-end AI-powered pipelines for unstructured data up to 10 times faster
- 🔌 Utilize pre-built connectors to access data from various sources, powerful AI models, and third-party tools
- 🌟 Benefit from a no-code drag-and-drop pipeline builder, enabling quick and customizable application development
- 🪢 Choose between real-time inference (SYNC) and on-demand workload (ASYNC) processing modes
- 🧁 Enjoy a scalable API-first microservice design, offering an excellent developer experience
- ⚡️ Leverage high-performing backends implemented in Go
- 📊 Gain visibility into pipeline performance through a detailed dashboard
- 🤠 Access no-/low-code interfaces, making VDP suitable for every AI and data practitioner
- 🚀 Accelerate AI applications by building end-to-end AI-powered pipelines for unstructured data up to 10 times faster.
- 🔌 Utilize pre-built connectors to access data from various sources, powerful AI models, and third-party tools.
- 🌟 Benefit from a no-code drag-and-drop pipeline builder, enabling quick and customizable application development.
- 🪢 Choose between real-time inference (SYNC) and on-demand workload (ASYNC) processing modes.
- 🧁 Enjoy a scalable API-first microservice design, offering an excellent developer experience.
- ⚡️ Leverage high-performing backends implemented in Go.
- 📊 Gain visibility into pipeline performance through a detailed dashboard.
- 🤠 Access no-/low-code interfaces, making VDP suitable for every AI and data practitioner.

## Prerequisites

Expand All @@ -50,7 +50,7 @@ Execute the following commands to start pre-built images with all the dependenci

<!-- x-release-please-start-version -->
```bash
$ git clone -b v0.16.0-alpha https://github.com/instill-ai/vdp.git && cd vdp
$ git clone -b v0.17.0-alpha https://github.com/instill-ai/vdp.git && cd vdp

# Launch all services
$ make all
Expand Down
4 changes: 2 additions & 2 deletions charts/vdp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: vdp
description: The Helm chart of Instill VDP
type: application
version: 0.1.15-alpha #! auto-updated by the CI workflow
appVersion: 0.16.0-alpha #! auto-updated by the CI workflow
version: 0.1.16-alpha #! auto-updated by the CI workflow
appVersion: 0.17.0-alpha #! auto-updated by the CI workflow
keywords:
- unstructured data
- pipeline
Expand Down
2 changes: 1 addition & 1 deletion charts/vdp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vdp

![Version: 0.1.15-alpha](https://img.shields.io/badge/Version-0.1.15--alpha-informational?style=flat-square) ![AppVersion: 0.16.0-alpha](https://img.shields.io/badge/AppVersion-0.16.0--alpha-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.16-alpha](https://img.shields.io/badge/Version-0.1.16--alpha-informational?style=flat-square) ![AppVersion: 0.17.0-alpha](https://img.shields.io/badge/AppVersion-0.17.0--alpha-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The Helm chart of Instill VDP

Expand Down
6 changes: 3 additions & 3 deletions charts/vdp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pipelineBackend:
# -- The image of pipeline-backend
image:
repository: instill/pipeline-backend
tag: 0.16.0-alpha
tag: 0.16.1-alpha
pullPolicy: IfNotPresent
# -- Annotation for deployment
annotations: {}
Expand Down Expand Up @@ -138,7 +138,7 @@ connectorBackend:
# -- The image of connector-backend
image:
repository: instill/connector-backend
tag: 0.14.0-alpha
tag: 0.15.0-alpha
pullPolicy: IfNotPresent
# -- The command names to be executed
commandName:
Expand Down Expand Up @@ -210,7 +210,7 @@ controllerVDP:
# -- The image of controller
image:
repository: instill/controller-vdp
tag: 0.1.4-alpha
tag: 0.1.5-alpha
pullPolicy: IfNotPresent
# -- The command names to be executed
commandName:
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.0-alpha"
".": "0.17.0-alpha"
}
Loading