Commit Graph

34 Commits

Author SHA1 Message Date
3143e0e4e6 修改引用逻辑,修改长期记忆bug 2026-04-20 15:55:58 +08:00
4e981e9dcf 文件变更 2026-04-20 14:05:57 +08:00
3c906e91d9 重排,多路查询
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 35m37s
2026-04-20 01:10:18 +08:00
933d418d77 检索器重构
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 17m12s
2026-04-19 22:01:55 +08:00
cc8ef41ef9 RAG数据库生成 2026-04-19 15:01:40 +08:00
c18e8a9860 向量数据库
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 32m6s
2026-04-18 16:56:23 +08:00
0470afce13 本地RAG尝试 2026-04-18 16:31:48 +08:00
6042d4a476 fix: 移除 Dockerfile.backend 中对已被 git 忽略的 data/ 目录的复制
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 40m4s
2026-04-17 01:37:14 +08:00
dbc2779973 chore: 采用白名单模式并清理错误上传的敏感文件和数据
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 9s
2026-04-17 01:31:11 +08:00
9a0eddef2a chore: 采用白名单模式并清理错误上传的敏感文件和数据
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 9s
2026-04-17 01:29:18 +08:00
404efde282 添加长期存储,流式检查
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
2026-04-17 01:26:05 +08:00
602d551fd1 配置修改
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 27s
2026-04-16 04:36:50 +08:00
b5cc53c9de 修改依赖版本
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m14s
2026-04-16 04:00:11 +08:00
626bae54ff 前端修改
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 18s
2026-04-16 03:21:38 +08:00
a5b8820d13 修改端口信息
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 12m40s
2026-04-16 00:31:33 +08:00
a92a220ff3 采用向量数据库实现长期记忆
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
2026-04-15 23:52:13 +08:00
de68916c5a 长期记忆
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 33s
2026-04-14 20:39:58 +08:00
8dd94c6c19 添加长期记忆
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 27s
2026-04-14 17:34:12 +08:00
1bea2491c5 端口访问
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 26s
2026-04-14 03:12:23 +08:00
065afe533c 重新部署
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 27s
2026-04-14 02:48:27 +08:00
8eccec3fb8 feat: 适配 Nginx /ai/ 路径前缀
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m25s
2026-04-14 02:37:42 +08:00
58b424982a fix: 使用 Docker 网关 IP 进行健康检查
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m14s
2026-04-14 02:13:40 +08:00
e81663ab0b fix: 添加健康检查端点和 Secrets 验证步骤
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m16s
2026-04-14 02:02:42 +08:00
ebbd73ddf0 ```
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m17s
docs(quickstart): 更新快速开始文档以支持Nginx反向代理配置

- 修改环境变量配置方式,从直接创建.env文件改为复制模板文件
- 添加必需和可选配置项的详细说明
- 更新Docker Compose启动命令以使用正确的路径
- 增加Nginx反向代理访问方式的说明
- 为本地开发模式添加额外的数据库配置说明

fix(readme): 修正部署说明中的环境变量配置方法

- 将硬编码的环境变量配置改为使用模板文件复制方式
- 更新Docker Compose启动命令路径
- 补充Nginx反向代理访问说明
- 修正数据库配置注意事项

feat(backend): 支持从环境变量读取数据库连接配置

- 添加os模块导入
- 修改DB_URI配置逻辑,优先从环境变量读取
- 适配Docker和本地开发环境的不同数据库连接地址

refactor(docker): 优化Docker Compose配置支持Nginx代理

- 限制后端端口仅本机访问
- 修改前端API URL为相对路径,通过Nginx代理访问
- 限制前端端口仅本机访问

refactor(frontend): 适配Nginx反向代理后端API调用

- 将硬编码的后端API地址改为相对路径
- 支持通过Nginx代理转发请求到后端服务

chore(scripts): 更新启动脚本中的访问地址提示信息

- 修改前端启动成功后的访问地址提示
- 添加Nginx代理访问方式的说明
```
2026-04-14 01:44:55 +08:00
93ec2b5b8e 修改
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 25m13s
2026-04-14 01:10:02 +08:00
d450efa4d0 fix: 修正 docker-compose.yml 文件路径
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 5s
2026-04-14 01:00:37 +08:00
87ddfeade7 修改run
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 3s
2026-04-14 00:46:25 +08:00
be2c536b16 ```
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 2s
chore(deploy): 更新工作流依赖版本并添加深度获取配置

更新了以下内容:
- 将 actions/checkout 从 v4 升级到 v4.1.1,并添加 fetch-depth: 0 配置以支持完整历史
- 将 actions/setup-python 从 v4 升级到 v4.7.1
- 将 actions/cache 从 v3 升级到 v3.3.2
```
2026-04-14 00:21:04 +08:00
22cc9b1096 ```
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1s
docs(.gitignore/README/QUICKSTART): 更新文档和忽略配置

- 添加IDE配置、日志和数据文件到.gitignore
- 重构QUICKSTART.md,提供Docker Compose和本地开发两种部署方式
- 更新README.md,优化项目介绍和架构说明
- 移除旧的agent.py和backend.py文件
```
2026-04-13 23:57:16 +08:00
bf27398cc9 推理文件 2026-04-13 21:52:49 +08:00
4385fabc22 实现前后端分离的agent 2026-04-13 19:49:18 +08:00
09a5440045 Merge branch 'main' of http://115.190.121.151:3000/root/ailine 2026-04-12 01:58:24 +08:00
416c7f0f0a Initial commit 2026-04-12 01:46:51 +08:00
328fda89cc Initial commit 2026-04-12 01:42:34 +08:00