30 lines
813 B
Markdown
30 lines
813 B
Markdown
# Resources — 资源清单
|
|
|
|
## 机器
|
|
|
|
- **主力机**: Deepin 25, RTX 3050 Laptop 4GB, 16GB RAM, 192.168.123.12
|
|
- **无其他局域网节点**
|
|
|
|
## 运行中服务
|
|
|
|
| 服务 | 端口 | 状态 |
|
|
|------|------|------|
|
|
| new-api (LLM 代理) | 3000 | ✅ |
|
|
| Redis | 6379 | ✅ |
|
|
| 织忆 Python (旧) | 7821 | ✅ 待迁移 |
|
|
| BGE-M3 ONNX | 8000 | ✅ |
|
|
| ComfyUI | 8188 | ✅ |
|
|
| Hermes webhook | 8644 | ✅ |
|
|
|
|
## 关键路径
|
|
|
|
| 资源 | 路径 |
|
|
|------|------|
|
|
| 织忆项目 | ~/projects/memoryweave |
|
|
| BGE-M3 模型 | /home/muc/models/bge-m3 |
|
|
| SQLite DB | /var/lib/memoryweave/memoryweave.db |
|
|
| 图谱 JSON | /var/lib/memoryweave/graph.json |
|
|
| 织忆配置 | /etc/systemd/system/zhiyid.service |
|
|
| Nginx | /etc/nginx/sites-enabled/zhiyi.conf |
|
|
| Prometheus 规则 | /etc/prometheus/rules/zhiyi.yml |
|