feat: add RAG toolkit for knowledge base queries (#1003)

Co-authored-by: mkdev11 <MkDev11@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
This commit is contained in:
MkDev11 2026-02-05 05:38:36 -08:00 committed by GitHub
parent b474fe3a58
commit db20ff1aea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 1004 additions and 16 deletions

View file

@ -20,7 +20,7 @@
说明:上述数据均保存在 Docker 中的本地 PostgreSQL 卷中(见“数据持久化”),不经我们云端。若你配置了外部模型或远程 MCP则相应请求会发往你指定的第三方服务。
---
______________________________________________________________________
### 快速开始Docker 推荐)
@ -93,7 +93,7 @@ docker logs -f eigent_postgres | cat
提示:若拉取镜像缓慢,可在 Docker Desktop 配置国内镜像加速后重试。
---
______________________________________________________________________
### 开发模式(可选)
@ -118,7 +118,7 @@ docker logs -f eigent_postgres | cat
uv run uvicorn main:api --reload --port 3001 --host 0.0.0.0
```
---
______________________________________________________________________
### 其它