Teaching HeavyIQ

Comments

3 comments

  • Official comment
    Avatar
    Todd Mostak

    Hi Gianfranco,

    This is a great question. 8.0 supports tagging metadata to tables and columns, and that metadata is injected into the HeavyIQ prompts to help give the model more context on the data it is looking at.

    For example, you can write something like

    `COMMENT ON COLUMN weather.temp IS 'Temperature in Celsius';` 

    And it should get picked up in the prompt.  Currently you need to do this in the SQL editor, but the next major release of Heavy.ai will allow you to do it via a GUI in the Data Manager in Immerse.

    We're also working on a full RAG capability that will allow arbitrary upload of "facts" and documents, that will get selectively injected into the prompt depending on the user question, which will make it easier to add facts that are not column or even table specific (like KPI definitions).

    Comment actions Permalink
  • Avatar
    Gianfranco Campana

    Great, that should solve the issue, and by the way, I'm thrilled about what is coming next!

    Thank you.

    0
    Comment actions Permalink
  • Avatar
    Gianfranco Campana

    Hi Todd,
    I already know how to manage rag comments to column or tables , but how can I add "facts", documents, kpi, even not table specific ?
    I cannot find that in the docs.

    0
    Comment actions Permalink

Please sign in to leave a comment.