mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 03:30:06 +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 @@
|
|||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue