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 @@
Note: All the above data is stored in the local PostgreSQL volume in Docker (see “Data Persistence” below). If you configure external models or remote MCP, requests go to the third-party services you specify.
---
______________________________________________________________________
### Quick Start (Docker)
@ -91,7 +91,7 @@ docker logs -f eigent_api | cat
docker logs -f eigent_postgres | cat
```
---
______________________________________________________________________
### Developer Mode (Optional)
@ -110,7 +110,7 @@ export database_url=postgresql://postgres:123456@localhost:5432/eigent
uv run uvicorn main:api --reload --port 3001 --host 0.0.0.0
```
---
______________________________________________________________________
### Others