Integrating DBT Semantic Layer to LLM
I’m working on a Django application where I want to enable natural language querying capabilities using an OpenAI language model (LLM) like GPT-3. To structure and simplify the database access, I plan to use a DBT (Data Build Tool) semantic layer.