Skip to content

Commit

Permalink
feat: remove pre-release label in version (#75)
Browse files Browse the repository at this point in the history
Because

- We will use release_stage to indicate the development stage of the
component instead of putting the stage in the version

This commit
- Removes the pre-release label from the version.
- Updates link to Instill Core.
  • Loading branch information
donch1989 committed Mar 29, 2024
1 parent 7e26aac commit f0320d3
Show file tree
Hide file tree
Showing 36 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Component

A **component** is the basic building block of the [**Instill VDP**](https://github.com/instill-ai/vdp) pipeline. The pipeline consists of multiple components.
A **component** is the basic building block of the [**Instill Core**](https://github.com/instill-ai/instill-core) pipeline. The pipeline consists of multiple components.
We have two types of components: connectors and operators.
This Golang package defines the common interface and functions for all components.

Expand Down
2 changes: 1 addition & 1 deletion pkg/base/testdata/connectorDef.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"version": "1.0.0-alpha",
"version": "1.0.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/base",
"available_tasks": [
"TASK_TEXT_EMBEDDINGS"
Expand Down
2 changes: 1 addition & 1 deletion pkg/base/testdata/operatorDef.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"version": "1.0.0-alpha",
"version": "1.0.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/base",
"available_tasks": [
"TASK_MARSHAL"
Expand Down
2 changes: 1 addition & 1 deletion pkg/base/testdata/wantConnectorDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,6 @@
"description": "Turn text into numbers, unlocking use cases like search."
}
],
"version": "1.0.0-alpha",
"version": "1.0.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/base"
}
2 changes: 1 addition & 1 deletion pkg/base/testdata/wantOperatorDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
}
},
"public": true,
"version": "1.0.0-alpha",
"version": "1.0.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/base",
"tasks": [
{
Expand Down
2 changes: 1 addition & 1 deletion pkg/connector/airbyte/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11928,7 +11928,7 @@
"airbyte-destination-yugabytedb": "airbyte/destination-yugabytedb:0.1.1",
"airbyte-devmate-cloud": "ghcr.io/devmate-cloud/streamr-airbyte-connectors:0.0.1"
},
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/airbyte/v0",
"release_stage": "RELEASE_STAGE_ALPHA"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/connector/archetypeai/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"uid": "e414a1f8-5fdf-4292-b050-9f9176254a4b",
"vendor": "Archetype AI",
"vendor_attributes": {},
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/archetypeai/v0",
"release_stage": "RELEASE_STAGE_ALPHA"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/connector/bigquery/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"uid": "e2ffe076-ab2c-4e5e-9587-a613a6b1c146",
"vendor": "Google",
"vendor_attributes": {},
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/bigquery/v0",
"release_stage": "RELEASE_STAGE_ALPHA"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"uid": "205cbeff-6f45-4abe-b0a8-cec1a310137f",
"vendor": "Google",
"vendor_attributes": {},
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/googlecloudstorage/v0",
"release_stage": "RELEASE_STAGE_ALPHA"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/connector/googlesearch/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"uid": "2b1da686-878a-462c-b2c6-a9690199939c",
"vendor": "Google",
"vendor_attributes": {},
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/googlesearch/v0",
"release_stage": "RELEASE_STAGE_ALPHA"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/connector/huggingface/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"uid": "0255ef87-33ce-4f88-b9db-8897f8c17233",
"vendor": "Hugging Face",
"vendor_attributes": {},
"version": "0.1.1-alpha",
"version": "0.1.1",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/huggingface/v0",
"release_stage": "RELEASE_STAGE_ALPHA"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/connector/instill/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"uid": "ddcf42c3-4c30-4c65-9585-25f1c89b2b48",
"vendor": "Instill",
"vendor_attributes": {},
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/instill/v0",
"release_stage": "RELEASE_STAGE_ALPHA"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/connector/numbers/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"uid": "70d8664a-d512-4517-a5e8-5d4da81756a7",
"vendor": "Numbers Protocol",
"vendor_attributes": {},
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/numbers/v0",
"release_stage": "RELEASE_STAGE_ALPHA"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/connector/openai/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"uid": "9fb6a2cb-bff5-4c69-bc6d-4538dd8e3362",
"vendor": "OpenAI",
"vendor_attributes": {},
"version": "0.1.1-alpha",
"version": "0.1.1",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/openai/v0",
"release_stage": "RELEASE_STAGE_ALPHA"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/connector/pinecone/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"uid": "4b1dcf82-e134-4ba7-992f-f9a02536ec2b",
"vendor": "Pinecone",
"vendor_attributes": {},
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/pinecone/v0",
"release_stage": "RELEASE_STAGE_ALPHA"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/connector/redis/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"uid": "fd0ad325-f2f7-41f3-b247-6c71d571b1b8",
"vendor": "Redis Labs",
"vendor_attributes": {},
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/redis/v0",
"release_stage": "RELEASE_STAGE_ALPHA"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/connector/restapi/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"uid": "5ee55a5c-6e30-4c7a-80e8-90165a729e0a",
"vendor": "",
"vendor_attributes": {},
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/restapi/v0",
"release_stage": "RELEASE_STAGE_ALPHA"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/connector/stabilityai/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"uid": "c86a95cc-7d32-4e22-a290-8c699f6705a4",
"vendor": "Stability AI",
"vendor_attributes": {},
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/stabilityai/v0",
"release_stage": "RELEASE_STAGE_ALPHA"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/connector/website/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"uid": "98909958-db7d-4dfe-9858-7761904be17e",
"vendor": "",
"vendor_attributes": {},
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/website/v0",
"release_stage": "RELEASE_STAGE_ALPHA"
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/base64/v0/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Base64"
lang: "en-US"
draft: false
description: "Learn about how to set up a VDP Base64 operator https://github.com/instill-ai/vdp"
description: "Learn about how to set up a VDP Base64 operator https://github.com/instill-ai/instill-core"
---

The Base64 component is an operator that allows users to encode or decode a string in Base64 format.
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/base64/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"title": "Base64",
"tombstone": false,
"uid": "3a836447-c211-4134-9cc5-ad45e1cc467e",
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/operator/base64/v0",
"description": "Encode or decode a string in Base64 format",
"release_stage": "RELEASE_STAGE_ALPHA"
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/end/v0/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "End"
lang: "en-US"
draft: false
description: "Learn about how to set up a VDP End operator https://github.com/instill-ai/vdp"
description: "Learn about how to set up a VDP End operator https://github.com/instill-ai/instill-core"
---

The End component is an operator that tODO.
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/end/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"title": "End",
"tombstone": false,
"uid": "4f39c8bc-8617-495d-80de-80d0f5397516",
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/operator/end/v0",
"description": "Create an output interface in a pipeline when triggered synchronously",
"release_stage": "RELEASE_STAGE_ALPHA"
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/image/v0/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Image"
lang: "en-US"
draft: false
description: "Learn about how to set up a VDP Image operator https://github.com/instill-ai/vdp"
description: "Learn about how to set up a VDP Image operator https://github.com/instill-ai/instill-core"
---

The Image component is an operator that tODO.
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/image/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"spec": {},
"title": "Image",
"uid": "e9eb8fc8-f249-4e11-ad50-5035d79ffc18",
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/operator/image/v0",
"description": "Manipulate image files",
"release_stage": "RELEASE_STAGE_ALPHA"
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/json/v0/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "JSON"
lang: "en-US"
draft: false
description: "Learn about how to set up a VDP JSON operator https://github.com/instill-ai/vdp"
description: "Learn about how to set up a VDP JSON operator https://github.com/instill-ai/instill-core"
---

The JSON component is an operator that allows users to manipulate and convert JSON objects.
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/json/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"spec": {},
"title": "JSON",
"uid": "28f53d15-6150-46e6-99aa-f76b70a926c0",
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/operator/json/v0",
"description": "Manipulate and convert JSON objects",
"release_stage": "RELEASE_STAGE_ALPHA"
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/start/v0/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Start"
lang: "en-US"
draft: false
description: "Learn about how to set up a VDP Start operator https://github.com/instill-ai/vdp"
description: "Learn about how to set up a VDP Start operator https://github.com/instill-ai/instill-core"
---

The Start component is an operator that tODO.
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/start/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"title": "Start",
"tombstone": false,
"uid": "2ac8be70-0f7a-4b61-a33d-098b8acfa6f3",
"version": "0.1.0-alpha",
"version": "0.1.0",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/operator/start/v0",
"description": "Define data formats customized for their AI-first applications",
"release_stage": "RELEASE_STAGE_ALPHA"
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/text/v0/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Text"
lang: "en-US"
draft: false
description: "Learn about how to set up a VDP Text operator https://github.com/instill-ai/vdp"
description: "Learn about how to set up a VDP Text operator https://github.com/instill-ai/instill-core"
---

The Text component is an operator that allows users to extract and manipulate text from different sources.
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/text/v0/config/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"spec": {},
"title": "Text",
"uid": "5b7aca5b-1ae3-477f-bf60-d34e1c993c87",
"version": "0.1.1-alpha",
"version": "0.1.1",
"source_url": "https://github.com/instill-ai/component/blob/main/pkg/operator/text/v0",
"description": "Extract and manipulate text from different sources",
"release_stage": "RELEASE_STAGE_ALPHA"
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/text/v0/testdata/test.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pkg/operator/text/v0/testdata/test.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -332,11 +332,11 @@
\hich\f2\strike0\ulnone\cf2\chshdng10000\chcbpat6\chcfpat6 .}{\rtlch\ab0\ai0\af2\afs20\ltrch\b0\i0\fs20\loch\af2\dbch\af2\hich\f2\insrsid10976062\strike0\ulnone\cf2\chshdng10000\chcbpat6\chcfpat6\par}\pard\plain\itap0\s0\ilvl0\fi0\sb0\sa240\aspalpha\aspnum
\adjustright\brdrt\brdrl\brdrb\brdrr\brdrbtw\brdrbar\widctlpar\ltrpar\li0\lin0\ri0\rin0\ql\faauto\sl276\slmult1\rtlch\ab0\ai0\af2\afs22\ltrch\b0\i0\fs22\loch\af2\dbch\af2\hich\f2\strike0\ulnone\cf1{\rtlch\ab0\ai0\af2\alang1025\afs20\ltrch\b0\i0\fs20\lang1033\langnp1033\langfe1033\langfenp1033
\loch\af2\dbch\af2\hich\f2\strike0\ulnone\cf2\chshdng10000\chcbpat6\chcfpat6 \u-10179 \u-9049 }{\field{\*\fldinst{\rtlch\ab0\ai0\af2\alang1025\afs22\ltrch\b0\i0\fs22\lang1033\langnp1033\langfe1033\langfenp1033\loch\af2\dbch\af2\hich\f2\insrsid10976062\strike0
\ulnone\cf1 HYPERLINK "https://github.com/instill-ai/vdp"}{\*\datafield 08d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b44000000680074007400700073003a002f002f006700690074006800750062002e0063006f006d002f0069006e007300740069006c006c002d00610069002f007600640070000000}}
\ulnone\cf1 HYPERLINK "https://github.com/instill-ai/instill-core"}{\*\datafield 08d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b44000000680074007400700073003a002f002f006700690074006800750062002e0063006f006d002f0069006e007300740069006c006c002d00610069002f007600640070000000}}
{\fldrslt{\rtlch\ab0\ai0\af2\alang1025\afs20\ltrch\b0\i0\fs20\lang1033\langnp1033\langfe1033\langfenp1033\loch\af2\dbch\af2\hich\f2\strike0\ul\cf4\chshdng10000\chcbpat6\chcfpat6 Instill}}}{\field{\*\fldinst{\rtlch\ab0\ai0\af2\alang1025\afs22\ltrch\b0\i0\fs22\lang1033\langnp1033\langfe1033\langfenp1033
\loch\af2\dbch\af2\hich\f2\insrsid10976062\strike0\ulnone\cf1 HYPERLINK "https://github.com/instill-ai/vdp"}{\*\datafield 08d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b44000000680074007400700073003a002f002f006700690074006800750062002e0063006f006d002f0069006e007300740069006c006c002d00610069002f007600640070000000}}
\loch\af2\dbch\af2\hich\f2\insrsid10976062\strike0\ulnone\cf1 HYPERLINK "https://github.com/instill-ai/instill-core"}{\*\datafield 08d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b44000000680074007400700073003a002f002f006700690074006800750062002e0063006f006d002f0069006e007300740069006c006c002d00610069002f007600640070000000}}
{\fldrslt{\rtlch\ab0\ai0\af2\alang1025\afs20\ltrch\b0\i0\fs20\lang1033\langnp1033\langfe1033\langfenp1033\loch\af2\dbch\af2\hich\f2\strike0\ul\cf4\chshdng10000\chcbpat6\chcfpat6 }}}{\field{\*\fldinst{\rtlch\ab0\ai0\af2\alang1025\afs22\ltrch\b0\i0\fs22\lang1033\langnp1033\langfe1033\langfenp1033
\loch\af2\dbch\af2\hich\f2\insrsid10976062\strike0\ulnone\cf1 HYPERLINK "https://github.com/instill-ai/vdp"}{\*\datafield 08d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b44000000680074007400700073003a002f002f006700690074006800750062002e0063006f006d002f0069006e007300740069006c006c002d00610069002f007600640070000000}}
\loch\af2\dbch\af2\hich\f2\insrsid10976062\strike0\ulnone\cf1 HYPERLINK "https://github.com/instill-ai/instill-core"}{\*\datafield 08d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b44000000680074007400700073003a002f002f006700690074006800750062002e0063006f006d002f0069006e007300740069006c006c002d00610069002f007600640070000000}}
{\fldrslt{\rtlch\ab0\ai0\af2\alang1025\afs20\ltrch\b0\i0\fs20\lang1033\langnp1033\langfe1033\langfenp1033\loch\af2\dbch\af2\hich\f2\strike0\ul\cf4\chshdng10000\chcbpat6\chcfpat6 VDP}}}{\rtlch\ab0\ai0\af2\alang1025\afs20\ltrch\b0\i0\fs20\lang1033\langnp1033\langfe1033\langfenp1033
\loch\af2\dbch\af2\hich\f2\strike0\ulnone\cf2\chshdng10000\chcbpat6\chcfpat6 : }{\rtlch\ab0\ai0\af2\alang1025\afs20\ltrch\b0\i0\fs20\lang1033\langnp1033\langfe1033\langfenp1033\loch\af2\dbch\af2\hich\f2\strike0\ulnone\cf2\chshdng10000\chcbpat6\chcfpat6 AI}{
\rtlch\ab0\ai0\af2\alang1025\afs20\ltrch\b0\i0\fs20\lang1033\langnp1033\langfe1033\langfenp1033\loch\af2\dbch\af2\hich\f2\strike0\ulnone\cf2\chshdng10000\chcbpat6\chcfpat6 }{\rtlch\ab0\ai0\af2\alang1025\afs20\ltrch\b0\i0\fs20\lang1033\langnp1033\langfe1033\langfenp1033
Expand Down
2 changes: 1 addition & 1 deletion tools/compogen/cmd/testdata/readme-connector.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cmp pkg/dummy/README.mdx want-readme.mdx
title: "Dummy"
lang: "en-US"
draft: false
description: "Learn about how to set up a VDP Dummy connector https://github.com/instill-ai/vdp"
description: "Learn about how to set up a VDP Dummy connector https://github.com/instill-ai/instill-core"
---

The Dummy component is a data connector that allows users to perform an action.
Expand Down
2 changes: 1 addition & 1 deletion tools/compogen/cmd/testdata/readme-operator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Definitions field has an invalid length
title: "Dummy"
lang: "en-US"
draft: false
description: "Learn about how to set up a VDP Dummy operator https://github.com/instill-ai/vdp"
description: "Learn about how to set up a VDP Dummy operator https://github.com/instill-ai/instill-core"
---

The Dummy component is an operator that allows users to perform an action.
Expand Down
2 changes: 1 addition & 1 deletion tools/compogen/pkg/gen/resources/templates/readme.mdx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "{{ .Title }}"
lang: "en-US"
draft: {{ .IsDraft }}
description: "Learn about how to set up a VDP {{ .Title }} {{ .ComponentType }} https://github.com/instill-ai/vdp"
description: "Learn about how to set up a VDP {{ .Title }} {{ .ComponentType }} https://github.com/instill-ai/instill-core"
---

The {{ .Title }} component is {{ .ComponentSubtype.IndefiniteArticle }} {{ .ComponentSubtype }} that allows users to {{ firstToLower .Description }}.
Expand Down

0 comments on commit f0320d3

Please sign in to comment.