Conversation
- main.py 파일 삭제 - basic_graph 및 enriched_graph 그래프 구성 분리 - query cli 추가 - cli output foramt 추가
- llm_utils/query_executor.py 파일 추가: CLI와 Streamlit에서 공통으로 사용할 수 있는 쿼리 실행 함수 구현 - query_command 함수에서 그래프 실행 로직을 execute_query 함수로 변경 - lang2sql.py에서 그래프 실행 로직을 execute_query 함수로 통합하여 코드 간소화
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣ Issue Number
📝 요약(Summary)
query_executor를 cli에서도 streamlit에서도 사용💬 To Reviewers (선택)
lang2sql query "browser 정보"PR Checklist
lang2sql query "browser 정보"reference) How to Code Review