Build a natural language database query system in Go using LLMs. The tutorial demonstrates a two-step architecture: first prompting an LLM to generate SQL from plain English questions, then querying the database and having the LLM format results into natural language answers. Uses Kronk model server (OpenAI-compatible) with the
Table of contents
IntroductionSetting UpArchitecture OverviewInitializationUser loopQuerying LLMsQuerying the LLMRunning The codeSummarySort: