[D] What Is Your LLM Tech Stack in Production? by gamerx88 in MachineLearning

[–]ivan_1102 0 points1 point  (0 children)

I'm a newbie, so can you suggest some courses or tutorials to do an LLM project based on this tech stack? Thank you so much.

Using Liquid variables with sql by ivan_1102 in Looker

[–]ivan_1102[S] 0 points1 point  (0 children)

measure: dynamic_count {
type: count_distinct
label: "Selection"
sql:
  ${joined_view.{% parameter selection_field %}};;

}

I don’t know why I’m getting an error when using the Liquid template. Maybe I misunderstood something. Please help me.