Chat

Overview

The ‘Chat’ module is the primary interface to query your data.

  • Simply ask questions in plain language.

  • Latency depends on your connection type and query complexity.

    • Simple questions: ~10-15 seconds

    • Complex queries: up to 30-45 second

To learn more about the types of questions that can be asked, view Question Types.

Learn more about Prompting Best Practices and Limitations.

Start Chat

To start a chat, you must first select the knowledge base.

Analysis​ and Contextualization

A key capability Lumi provides is transparency into how it performs structured, data-driven decision-making. It begins by translating your question into a form the LLM can interpret, then identifies and isolates the exact data needed to run the analysis.

Explained Overview

Explanation is a very helpful view of the steps that Lumi took to generate the returned data. This is useful to check overall logic.

SQL Code

Local Code defines the query that was run to generate the returned data. This is critical for technical understanding and validating the returned data.

Data Display (Tables and Charts)

Upon returning data from a given query, an interactive display is available to understand returned data. Data can be viewed in both a Table or Chart form. Data can also be downloaded for full accessibility as well as copied to clipboard.

Last updated

Was this helpful?