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

Cloud Function Development -appropriate environment variables #29

Closed satonos closed 3 months ago

satonos commented 4 months ago

Which files do I set these infomation?

VERTEX_AI_ENDPOINT=<This is your Deployed Cloud Function Endpoint> LOOKER_MODEL=<This is your Looker model name> LOOKER_EXPLORE=<This is your Looker explore name>

LukaFontanilla commented 3 months ago

In that version of the repo, Vertex AI Endpoint is only required for the Cloud Function deployment and it will be the url of the Cloud Function itself ie. the endpoint hit to reach Vertex.

Looker Model and Explore will be the name of the LookML model in your instance and the name of a given explore in that model you want to ask questions against.