Home

Awesome

[!IMPORTANT] This repository has been deprecated and is intended only for launching Instill Core projects up to version v0.13.0-beta. Check the latest Instill Core project in the instill-ai/instill-core repository.

Instill Core (Deprecated)

GitHub release (latest SemVer including pre-releases) Artifact Hub Discord Integration Test Documentation deployment workflow

Explore 🔮 Instill Core, the open-source orchestrator comprising a collection of source-available projects designed to streamline every aspect of building versatile AI features with unstructured data.

Prerequisites

Quick start

Use stable release version

Execute the following commands to pull pre-built images with all the dependencies to launch:

<!-- x-release-please-start-version -->
$ git clone -b v0.13.0-beta https://github.com/instill-ai/deprecated-core.git && cd deprecated-core

# Launch all services
$ make all
<!-- x-release-please-end -->

🚀 That's it! Once all the services are up with health status, the UI is ready to go at http://localhost:3000. Please find the default login credentials in the documentation.

To shut down all running services:

$ make down

License

See the LICENSE file for licensing information.