
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:
Create a Catalog in Artifact
Upload your files
Create App using either:
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"]
}'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.