docs: 更新 LLM Index RAG 项目信息到 v1.1.0
This commit is contained in:
13
PROJECTS.md
13
PROJECTS.md
@@ -63,15 +63,21 @@ python3 app.py
|
|||||||
|
|
||||||
**访问地址**: http://localhost:19001
|
**访问地址**: http://localhost:19001
|
||||||
|
|
||||||
|
**系统设置**: http://localhost:19001/settings
|
||||||
|
|
||||||
**检查服务状态**:
|
**检查服务状态**:
|
||||||
```bash
|
```bash
|
||||||
curl -s http://localhost:19001/api/stats || echo "服务未启动"
|
curl -s http://localhost:19001/api/stats
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Git仓库**: http://192.168.2.8:12007/coder/llm-index-rag
|
||||||
|
|
||||||
|
**版本**: v1.1.0
|
||||||
|
|
||||||
**依赖**:
|
**依赖**:
|
||||||
- Python 3 + Flask
|
- Python 3 + Flask
|
||||||
- PostgreSQL (需配置 DATABASE_URL)
|
- SQLite (自动创建)
|
||||||
- 本地LLM服务
|
- 本地LLM服务 (配置中设置)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -243,6 +249,7 @@ ls -lh /home/xian/.openclaw/common/stock_system/data/stock_daily_data.parquet
|
|||||||
|------|---------|------|
|
|------|---------|------|
|
||||||
| ParamHub Node | http://192.168.2.8:12007/coder/param-hub | v0.2.0 |
|
| ParamHub Node | http://192.168.2.8:12007/coder/param-hub | v0.2.0 |
|
||||||
| ParamHub Python | http://192.168.2.8:12007/coder/param-hub-python | v0.3.1 |
|
| ParamHub Python | http://192.168.2.8:12007/coder/param-hub-python | v0.3.1 |
|
||||||
|
| LLM Index RAG | http://192.168.2.8:12007/coder/llm-index-rag | v1.1.0 |
|
||||||
| 网页助手插件 | http://192.168.2.8:12007/coder/web-context-extension | v0.1.0 |
|
| 网页助手插件 | http://192.168.2.8:12007/coder/web-context-extension | v0.1.0 |
|
||||||
| A股历史数据系统 | http://192.168.2.8:12007/coder/stock_system | v0.2.0 |
|
| A股历史数据系统 | http://192.168.2.8:12007/coder/stock_system | v0.2.0 |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user