We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83699f commit dd6f022Copy full SHA for dd6f022
.gitignore
@@ -1,4 +1,6 @@
1
.env
2
__pycache__/
3
build/
4
-autosql.egg-info/
+lang2sql.egg-info/
5
+dist/
6
+.pypirc
README.md
@@ -60,7 +60,7 @@ LANGCHAIN_API_KEY=your-langchain-api-key
60
61
---
62
63
-## 🎯 사용 방법
+## 🎯 동작
64
65
1. **자연어 입력을 기반으로 테이블 조회**
66
2. **테이블의 스키마 및 컬럼 정보 확인**
@@ -69,6 +69,15 @@ LANGCHAIN_API_KEY=your-langchain-api-key
69
70
71
72
+## 빌드 방법
73
+
74
+```
75
+python setup.py sdist bdist_wheel
76
+twine upload dist/*
77
78
79
+---
80
81
## 📄 라이선스
82
MIT License
83
0 commit comments