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 recommended questions: Encourage exploration of the data landscape with AI-generated recommended queries, either directly within the chatbot or as a standalone feature using the
useGetQueryRecommendations()hook in React and Vue, or theAiService.getQueryRecommendationsin 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 (GetNlgInsightsComponentin Angular) or theuseGetNlgInsights()hook (AiService.getNlgInsightsin 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: