数据治理项目规则生成的RAG方案代码实现
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
lijiazheng 6156a3c824 feat(data_preparation): 添加创建表功能并优化数据插入
- 在数据插入前检查表是否存在,不存在则创建
- 使用变量 table_name
6 months ago
data_preparation feat(data_preparation): 添加创建表功能并优化数据插入 6 months ago
middlewares feat(backend): 添加中间件和日志功能 6 months ago
util feat(backend): 添加中间件和日志功能 6 months ago
.env.dev feat: 实现 RAG SQL生成系统的后端接口和前端页面 6 months ago
.env.prod refactor(env): 重构环境变量并更新数据库配置 6 months ago
.gitignore refactor(env): 重构环境变量并更新数据库配置 6 months ago
Dockerfile refactor(env): 重构环境变量并更新数据库配置 6 months ago
backend.py feat(backend): 添加中间件和日志功能 6 months ago
env.py feat(backend): 添加中间件和日志功能 6 months ago
index.html feat: 实现 RAG SQL生成系统的后端接口和前端页面 6 months ago
nginx.conf feat(infrastructure): 添加 Nginx 配置文件 6 months ago
rag.py feat(backend): 添加中间件和日志功能 6 months ago
requirements.txt build: 更新项目依赖 6 months ago