Chat SDK for docsai
Install the sdk
yarn add @docsai/chat-sdk
or
npm install @docsai/chat-sdk
Initialise app
import { initDocsAI } from "@docsai/chat-sdk";
// Second argument will be the primary color of the chat widget
initDocsAI("<PROJECT_ID>", "#000");