looker-open-source / looker-explore-assistant

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

Dynamic Explore Selection not working #112

Closed njia123 closed 1 month ago

njia123 commented 1 month ago

hello, I have 2 explore_id in the explore_assistant_examples BQ table, but I am not seeing the exploreAI is able to "toggle" between the explore base on the question that the user has input? it's always using the 1st explore_id

LukaFontanilla commented 1 month ago

@njia123 that is correct and expected. The current behavior is that a user will select the explore they want to ask questions against, the model doesn't decide what explore to use based on the question. This is something we are evaluating however.