Sunbird AI Assistant
  • Overview
  • Functional Overview
    • The Problem
    • The Solution
    • Use Cases
      • e-Jaadui Pitara
    • Capabilities
  • Technical Overview
    • Architecture
    • Technology Stack
  • Get Started with AI Assistant
    • Key Steps to role out an AI Assistant Solution
    • Pre-requisites
    • Installation
    • Data Ingestion Process
    • Configuration
    • APIs
    • Bot Creation 101
  • Components
    • Sakhi API Service
      • Environment Variables
      • Pluggability of LLM Chat Model
      • Pluggability of Cloud Storage
      • Pluggability of Transaltion service
      • Pluggability of Vector Store
  • Release Notes
    • Release Convention
    • 3.0.0 (Latest)
    • 2.0.0
    • 1.0.0
  • Roadmap
  • Contribution Guide
  • FAQs
  • Knowledge Base
    • Best Practices
    • Indexing CSV Data
  • Contact us
Powered by GitBook
On this page
  • Installer
  • Load Balancer Configuration
  • WebHook for Telegram Client
  • Accessing the Telegram Wrapper Service
  • Manual Installation Steps:
  1. Get Started with AI Assistant

Installation

PreviousPre-requisitesNextData Ingestion Process

Last updated 10 months ago

Installer

Here is the link for the .

Once the pre-requisites are satisfied, run the installation script (install_on_aws.sh).

Check for your cloud specific installation script. The above one is for the AWS which is the default one.

Load Balancer Configuration

After completing the provisioning process, log in to your cloud account. Then, map the load balancer DNS to your domain by updating the CNAME records in the DNS settings.

WebHook for Telegram Client

To set the BOT webhook, use the below curl:

curl --location 'https://api.telegram.org/bot{BOT_TOKEN_HERE}/setWebhook'
--header 'Content-Type: application/json'
--data '{"url": "{DOMAIN_URL_HERE}/api/webhook/telegram"}'

Replace the {BOT_TOKEN_HERE} and {DOMAIN_URL_HERE}/api/webhook/telegram with the actual values.

Accessing the Telegram Wrapper Service

To access the telegram-unified service externally, hit the URL: https://<domain_name>/api/webhook/telegram

Manual Installation Steps:

installer
Sakhi API Service
Telegram Service
WhatsApp Service