github.com/instill-ai/component@v0.16.0-beta/README.md (about) 1 # Component 2 3 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. 4 We have two types of components: connectors and operators. 5 This Golang package defines the common interface and functions for all components. 6 7 ## Contributing 8 9 Please refer to the [Contributing Guidelines](./.github/CONTRIBUTING.md) for more details. 10 11 ## Community support 12 13 Please refer to the [community](https://github.com/instill-ai/community) repository. 14 15 ## License 16 17 See the [LICENSE](./LICENSE) file for licensing information.