From 345d3ce93b1494d26cb620b6a496c4770eaf7461 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Thu, 9 Apr 2026 12:55:19 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20LLM=20Index=20RAG?= =?UTF-8?q?=20=E9=A1=B9=E7=9B=AE=E4=BF=A1=E6=81=AF=E5=88=B0=20v1.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROJECTS.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/PROJECTS.md b/PROJECTS.md index 6150e8a..d219a1c 100644 --- a/PROJECTS.md +++ b/PROJECTS.md @@ -63,15 +63,21 @@ python3 app.py **访问地址**: http://localhost:19001 +**系统设置**: http://localhost:19001/settings + **检查服务状态**: ```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 -- PostgreSQL (需配置 DATABASE_URL) -- 本地LLM服务 +- SQLite (自动创建) +- 本地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 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 | | A股历史数据系统 | http://192.168.2.8:12007/coder/stock_system | v0.2.0 |