-
Notifications
You must be signed in to change notification settings - Fork 10
180 기능 cli 실행 옵션을 UI에서 통합 관리하도록 개선 #187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The head ref may contain hidden characters: "180-\uAE30\uB2A5-cli-\uC2E4\uD589-\uC635\uC158\uC744-ui\uC5D0\uC11C-\uD1B5\uD569-\uAD00\uB9AC\uD558\uB3C4\uB85D-\uAC1C\uC120"
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 완전 좋네여! 잘동작합니다~!
interface/core/config/__init__.py
Outdated
DEFAULT_VECTORDB_TYPE, | ||
DEFAULT_VECTORDB_LOCATION, | ||
load_config, | ||
_get_session_value, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💊 _ 접두사 함수의 경우 클래스 내에서만 선언된 경우 클래스 내에서만 private하게 사용, 파일에서 함수만 선언된 경우 해당 파일에서만 사용하는 것으로 추후에 개선할 수 있을 것 같아요~!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 좋은 지적 감사합니다! 초기에 하나의 파일로 구현하고 쪼개다 보니 기존 함수명을 그대로 들고와서, 불필요한 import를 제거하고 함수명을 업데이트 했습니다. f25e897
#️⃣ Issue Number
📝 요약(Summary)
💬 To Reviewers (선택)
설정 페이지 제공
사이드바 에서 설정 선택
PR Checklist
uv run lang2sql run-streamlit -p 8888
로 실행 후 동작 확인reference) How to Code Review