-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspromptThe input provided by the user in natural language that serves as the basis for SQL generation.The input provided by the user in natural language that serves as the basis for SQL generation.retrievalThe mechanism responsible for fetching relevant table and column information to enhance SQL generatiThe mechanism responsible for fetching relevant table and column information to enhance SQL generati
Milestone
Description
Why❓
현재 질문을 redefined 하는 방식이 사용자의 의도를 완벽하게 추출해내지 못하는것으로 보임
ex - 회사의 고용된 영업 SDR 수가 궁금해
라는 질문을 아래와 같이 바꿈
구체화된 질문:
"지난 3개월 동안의 영업 SDR(세일즈 개발 담당자) 고용 변동을 분석하고, 월별로 신규 고용 및 이탈 인원을 파악하고자 합니다."
가정한 조건:
- 최근 3개월 간의 영업 SDR 고용 및 이탈 데이터 분석
- 영업 SDR 숫자는 회사의 영업 성과와 연관성이 있으므로, 이와 함께 영업 성과 지표를 참조할 수 있음
How❓
Q1) 질문을 Redefine 하는 과정에서도 테이블 정보를 보고 진행하면 더 나은 질문을 생성할 것인가?
Q2) 일단 질문을 생성하고 테이블을 보고 한번 더 재정의하는게 나을것인가?
What❗️
- Node1[임시 질문 재정의]
- Node2[관련 테이블 추출]
- Node3[테이블 기반 질문 재정의]
ParkGyeongTae and seyoung4503
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspromptThe input provided by the user in natural language that serves as the basis for SQL generation.The input provided by the user in natural language that serves as the basis for SQL generation.retrievalThe mechanism responsible for fetching relevant table and column information to enhance SQL generatiThe mechanism responsible for fetching relevant table and column information to enhance SQL generati