Woowa Brothers builds QueryAnswerBird, an LLM-based AI data analyst using RAG and Text-to-SQL
More than half of Woowa Brothers employees who wanted to use SQL lacked time to learn it or struggled to generate queries reflecting business logic, and had concerns about the reliability of data extraction.
The initial hackathon version using GPT-3.5 had architectural limitations, and GPT-4 alone generated queries lacking company-specific domain knowledge, while LLM hallucination caused inconsistent query quality.
QAB provides employees with high-quality SQL queries and interpretations within 30 seconds to 1 minute, and employees report it helped them greatly in better understanding their work.
Frequently asked questions
What did this team achieve with this AI workflow?
QAB provides employees with high-quality SQL queries and interpretations within 30 seconds to 1 minute, and employees report it helped them greatly in better understanding their work.
What tools did this team use?
LLM, RAG, Langchain, LLMOps, GPT-4o, GPT-3.5, Microsoft Azure OpenAI, VectorDB, Langserve Playground, Slack.
What results were reported?
Employees using data for work: 95%; Query response time: 30 seconds to 1 minute; A/B tests conducted: more than 500; Employee data understanding improvement: helped them greatly in better understanding their work (source-reported, not independently verified).
What failed first in this deployment?
The initial hackathon version using GPT-3.5 had architectural limitations, and GPT-4 alone generated queries lacking company-specific domain knowledge, while LLM hallucination caused inconsistent query quality.
How is this back office ops AI workflow structured?
Employee asks via Slack → Router Supervisor categorizes question → Multi-chain RAG maps to answer chain → LLM generates SQL via COT reasoning → Query syntax validation → Response delivered to user → User feedback updates GPT cache.