-
Notifications
You must be signed in to change notification settings - Fork 17
질문 재정의 노드 보완 #30
Copy link
Copy link
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
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
Why❓
현재 질문을 redefined 하는 방식이 사용자의 의도를 완벽하게 추출해내지 못하는것으로 보임
ex -
회사의 고용된 영업 SDR 수가 궁금해라는 질문을 아래와 같이 바꿈
How❓
Q1) 질문을 Redefine 하는 과정에서도 테이블 정보를 보고 진행하면 더 나은 질문을 생성할 것인가?
Q2) 일단 질문을 생성하고 테이블을 보고 한번 더 재정의하는게 나을것인가?
What❗️