Skip to content

Conversation

@ParkGyeongTae
Copy link
Contributor

#️⃣ Issue Number

📝 요약(Summary)

  • 튜토리얼 관련 파일을 dev/ 하위로 이동

💬 To Reviewers (선택)

  • lang2sql --vectordb-type faiss --vectordb-location ./dev/table_info_db run-streamlit

PR Checklist

  • TBD

reference) How to Code Review

  • 따봉(👍): 리뷰어가 리뷰이의 코드에서 칭찬의 의견을 남기고 싶을 때 사용합니다.
  • 느낌표(❗): 리뷰어가 리뷰이에게 필수적으로 코드 수정을 요청할 때 사용합니다.
  • 물음표 (❓): 리뷰어가 리뷰이에게 의견을 물어보고 싶을 때 사용합니다.
  • 알약 (💊): 리뷰어가 리뷰이의 코드에서 개선된 방법을 제안하지만 그것의 반영이 필수까지는 아닐 때 사용합니다.

Copy link
Collaborator

@ehddnr301 ehddnr301 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

  1. dev/table_catalog.csv 생성 후
table_name,table_description,column_name,column_description
customers,고객 정보 테이블,customer_id,고객 고유 ID
customers,고객 정보 테이블,name,고객 이름
customers,고객 정보 테이블,created_at,가입 일시
orders,주문 정보 테이블,order_id,주문 ID
orders,주문 정보 테이블,customer_id,주문 고객 ID
orders,주문 정보 테이블,amount,결제 금액
orders,주문 정보 테이블,status,주문 상태
  1. uv run dev/create_faiss.py 로 vectordb 생성
  2. uv run lang2sql --vectordb-type faiss --vectordb-location ./dev/table_info_db run-streamlit -p 30859 로 실행

테스트했을땐 잘 작동하는것을 확인했습니다!!

늘 구조화 관련해서 기여해주셔서 감사합니다!

@ParkGyeongTae ParkGyeongTae merged commit 7371ea6 into master Sep 24, 2025
2 checks passed
@ParkGyeongTae ParkGyeongTae self-assigned this Sep 24, 2025
@ehddnr301 ehddnr301 deleted the 159-restructure-dev-directory branch October 11, 2025 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants