✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Generative AI powered by Sisense Intelligence
Compose SDK contains generative AI (GenAI) components and hooks/services that enable the following possibilities:
- Deliver in-app analytics chat: Enable business users to uncover data insights easily, by asking questions in a conversational interface using the
<Chatbot />
component. See how to get started using the chatbot in your code. - Suggest recommedend questions: Encourage exploration of the data landscape with AI-generated recommended queries, either directly within the chatbot or as a standlone feature using the
useGetQueryRecommendations()
hook in React and Vue, or theAiService.getQueryRecommendations
in Angular. See how to get started using query recommendations in your code. - Bring insights to life with data storytelling: Enhance collaboration and add context to your data with auto-generated, natural language insights using the
<GetNlgInsights />
component (GetNlgInsightsComponent
in Angular) or theuseGetNlgInsights()
hook (AiService.getQueryRecommendations
in Angular). See how to get started using natural language insights in your code.
Visit the following API References to learn more about usage and examples: