looker-open-source / looker-explore-assistant

A React Application for interacting with Looker data through natural language.
MIT License
83 stars 52 forks source link

context providing to promt #36

Closed RishabhPandit-00 closed 3 months ago

RishabhPandit-00 commented 3 months ago

Can you just point out what is the final prompt or content is going inside LLM in main branch ? because I see content going inside LLM is only user query(NLP) in main branch and that will not give us good inference.

LukaFontanilla commented 3 months ago

@RishabhPandit-00 I would recommend checking out this video by an awesome partner of ours that does a deep dive on the Explore Assistant. They walk through all that is passed in the final prompt (which includes standard prompt instructions, training samples and the LookML Model metadata for an Explore as well as the question itself).