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

Chat Page Infinite Load #35

Closed ryan-gould-accenture closed 3 months ago

ryan-gould-accenture commented 3 months ago

Thanks to the updates in the latest PR I was able to implement the explore assistant but have not been able to unlock the chat functionality. Upon clicking the chat button I see a spinning cirlce indicating loading but nothing ever refreshes and I am unable to find anything in the console logs to support this. Thanks for any help you can provide. image

ryan-gould-accenture commented 3 months ago

Resolved by loading refinement examples. Though not explicitly listed, both the example prompts and refinement example tables must be loaded for the chat extension to work.

venkatasangaraju commented 3 months ago

Hi @ryan-gould-accenture do you have examples of how to load refinement examples table. i loaded the same way as example prompts but i get not valid json error while loading chat screen. TIA