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)
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
-
macOS or Linux - Instill Core works on macOS or Linux, but does not support Windows yet.
-
Docker and Docker Compose - Instill Core uses Docker Compose (specifically,
Compose V2
andCompose specification
) to run all services locally. Please install the latest stable Docker and Docker Compose before using Instill Core.
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.