Instill AI changelog

Ready-to-use AI Assistants on Instill Cloud

changelog cover

Today, we are releasing Instill App, where you can create ready-to-use AI Assistants that seamlessly connect with your knowledge bases stored in Instill Artifact. This chatbot interface enables you to easily interact with any documents you have uploaded, fast-tracking the infrastructure for achieving RAG applications.

To get started:

  1. Create a Catalog in Artifact

  2. Upload your files

  3. Create App using either:

    • the Console: Instill Cloud > Applications > Create App (see video above)

    • or the API

    export INSTILL_API_TOKEN=********
    
    curl -X POST 'https://api.instill.tech/v1alpha/namespaces/NAMESPACE_ID/apps' \
    --header "Content-Type: application/json" \
    --header "Authorization: Bearer $INSTILL_API_TOKEN" \
    --data '{
      "id": "customer-chatbot",
      "description": "Answers customer enquiries about Instill AI.",
      "tags": ["AI", "Assistant"]
    }'
  4. Go to Applications and chat with your AI Assistant

This feature is exclusively available on ☁️ Instill Cloud and Instill Enterprise.

Learn more about this feature by joining our Discord where we showcase these new features and you can ask questions in the Weekly Office Hours.