BillyImpostor / sql-database-tutorial Public Notifications You must be signed in to change notification settings Fork 0 Star 0 Code Projects Security Insights Code Issues Pull requests Actions ...
text-to-sql/ ├── app/ # 原有应用模块 │ ├── main.py # FastAPI 主入口 │ ├── config.py # 配置管理 │ ├── models/ # 数据模型 │ ├── core/ # 核心功能 │ │ ├── schema_retriever.py # Schema 检索 │ │ ├── prompt_builder.py # Prompt 构建 ...