mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 11:40:25 +00:00
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:
parent
b474fe3a58
commit
db20ff1aea
16 changed files with 1004 additions and 16 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
---
|
||||
______________________________________________________________________
|
||||
|
||||
### 其它
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue