Woowa Brothers' BADA team builds LLM-based AI data analyst QueryAnswerBird (QAB) with RAG and Text-to-SQL
More than half of Woowa Brothers employees wanted to use SQL for data extraction but lacked time to learn it or had difficulty generating queries reflecting business logic, and they were concerned about the reliability of data extraction.
The initial hackathon prototype using Microsoft Azure OpenAI's GPT-3.5 API was simple and had limitations in achieving systemization, efficiency, accessibility, and automation; generated queries lacked domain knowledge and suffered from LLM hallucination.
QAB provides high-quality query responses within 30 seconds to 1 minute, won first place at Woowa Hackathon 2023, and generated enough employee demand to warrant full-scale development starting January 2024.
Frequently asked questions
What did this team achieve with this AI workflow?
QAB provides high-quality query responses within 30 seconds to 1 minute, won first place at Woowa Hackathon 2023, and generated enough employee demand to warrant full-scale development starting January 2024.
What tools did this team use?
LLM, RAG, Langchain, LLMOps, VectorDB, Langserve Playground, Slack.
What results were reported?
Employees using data for work (survey): about 95%; employees with SQL difficulty (survey): more than half; Query response time: within 30 seconds to 1 minute; A/B tests conducted: more than 500 (source-reported, not independently verified).
What failed first in this deployment?
The initial hackathon prototype using Microsoft Azure OpenAI's GPT-3.5 API was simple and had limitations in achieving systemization, efficiency, accessibility, and automation; generated queries lacked domain knowledg…
How is this back office ops AI workflow structured?
Employee asks question in Slack → Router Supervisor categorizes question → Multi-chain search algorithm retrieval → Query generation with ReAct and COT → Query syntax validation → Response delivered in Slack → User feedback and GPT cache update.