fix: 튜토리얼로 실행시 실패하는 현상 수정#146
Merged
ParkGyeongTae merged 1 commit intomasterfrom Sep 14, 2025
Hidden character warning
The head ref may contain hidden characters: "145-\ud29c\ud1a0\ub9ac\uc5bc-\ub9ac\ud399\ud1a0\ub9c1"
Merged
Conversation
ehddnr301
approved these changes
Sep 14, 2025
| "mysql-connector-python>=9.3.0,<10.0.0", | ||
| "duckdb>=1.2.2,<2.0.0", | ||
| "psycopg2-binary>=2.9.10,<3.0.0", | ||
| "psycopg[binary]>=3.2,<4.0", |
Collaborator
There was a problem hiding this comment.
👍 pyproject.toml에 없는데 왜 제 환경에선 되는지 이상해서 history를 보니까 uv pip install "psycopg[binary]" 이렇게 설치한 기록이 있네요ㅋㅋㅋ큐ㅠ 감사합니다. uv add 로 설치해야 반영이 되는군요
| # PGVECTOR_COLLECTION=table_info_db | ||
|
|
||
| # DB 타입 | ||
| DB_TYPE=clickhouse |
Collaborator
There was a problem hiding this comment.
👍 DB_TYPE 관련 에러는 Optional 하게 수정이 되어야겠네요ㅎㅎ 발견 감사합니다.
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)
💬 To Reviewers (선택)
PR Checklist
reference) How to Code Review