chore: daily update 2026-08-09

This commit is contained in:
OpenWiki Bot
2026-08-09 02:33:45 +08:00
parent 06f60e166b
commit 3267338ba9
28 changed files with 1020 additions and 370 deletions
+21 -23
View File
@@ -19,31 +19,30 @@ This is the synthesis page for **本地大模型部署** — Robin's local infer
## Local-LLM fleet architecture
<!-- openwiki: mermaid parse failed and this diagram was converted to a text fence so it does not break rendering. Fix the diagram source and restore the mermaid fence. Parser error: Heuristic: an unescaped angle bracket inside a label breaks rendering; rephrase the label. -->
```text
```mermaid
flowchart TD
subgraph Desktop["Desktop · 192.168.192.67"]
OllamaServe["Ollama serve<br/>:11434"]
QwenV["qwen2.5vl:7b<br/>(vision)"]
NomicE["nomic-embed-text<br/>(embed)"]
LMStudio["LM Studio<br/>:7997"]
BgeM3LM["BAAI/bge-m3<br/>(embed via LM Studio)"]
Reranker["bge-reranker<br/>:8090"]
OllamaServe["Ollama serve :11434"]
QwenV["qwen2.5vl:7b (vision)"]
NomicE["nomic-embed-text (embed)"]
LMStudio["LM Studio :7997"]
BgeM3LM["BAAI/bge-m3 (embed via LM Studio)"]
Reranker["bge-reranker :8090"]
OllamaServe --> QwenV
OllamaServe --> NomicE
LMStudio --> BgeM3LM
end
subgraph NAS["NAS · 10.10.10.254"]
RAGFlow["RAGFlow KB<br/>:9980<br/>18 KB / 32,709 docs"]
NocoDB["NocoDB<br/>:8081<br/>13 lit tables"]
SeaFile["SeaFile<br/>:9898<br/>4 repos / 77 GB"]
WikiJS["Wiki.js<br/>:3000<br/>~1500 pages"]
Feishu["Feishu mail<br/>IMAP poll (awaiting creds)"]
RAGFlow["RAGFlow KB :9980 (18 KB / 32,709 docs)"]
NocoDB["NocoDB :8081 (13 lit tables)"]
SeaFile["SeaFile :9898 (4 repos / 77 GB)"]
WikiJS["Wiki.js :3000 (~1500 pages)"]
Feishu["Feishu mail IMAP poll (awaiting creds)"]
end
subgraph Agents["Agents (see theme 03)"]
Hermes[Hermes Agent]
MiniMaxCode[MiniMax code]
CronDaily["cron 02:30<br/>update-sources.sh"]
CronDaily["cron 02:30 update-sources.sh"]
end
RAGFlow -.embedding.-> OllamaServe
@@ -59,7 +58,7 @@ flowchart TD
CronDaily -->|count refresh| NocoDB
CronDaily -->|count refresh| SeaFile
CronDaily -->|count refresh| WikiJS
QwenV -.vision OCR.-> LDR["LDR SOP<br/>(theme 05)"]
QwenV -.vision OCR.-> LDR["LDR SOP (theme 05)"]
```
The diagram shows the three local inference services (Ollama serve, LM Studio, bge-reranker) feeding the RAGFlow KB layer, with the four NAS subsystems (NocoDB / SeaFile / Wiki.js / Feishu mail) attached at the metadata / file / published-deep-read / IMAP layer. All three inference services and all four subsystems are probed nightly by `update-sources.sh` at 02:30.
@@ -147,14 +146,13 @@ Each subsystem has its own source page; the bullets below are the cross-agent qu
Two cron pipelines drive the local-LLM fleet:
<!-- openwiki: mermaid parse failed and this diagram was converted to a text fence so it does not break rendering. Fix the diagram source and restore the mermaid fence. Parser error: Heuristic: an unescaped angle bracket inside a label breaks rendering; rephrase the label. -->
```text
```mermaid
flowchart LR
subgraph Cron1["02:00 daily · openwiki-update.sh"]
HN[Hacker News ingest]
Tavily[Tavily web search ingest]
GitRepo[git-repo ingest]
M3["M3 agent synthesis<br/>writes /themes + /commitments"]
M3["M3 agent synthesis (writes /themes + /commitments)"]
end
subgraph Cron2["02:30 daily · openwiki-update-sources.sh"]
NocoDBP[NocoDB count refresh]
@@ -166,12 +164,12 @@ flowchart LR
FeishuP[Feishu INBOX poll]
end
subgraph Runtime["Local inference runtime"]
OllamaEmbed["Ollama :11434<br/>nomic-embed-text"]
LMStudioEmbed["LM Studio :7997<br/>BAAI/bge-m3"]
OllamaEmbed["Ollama :11434 (nomic-embed-text)"]
LMStudioEmbed["LM Studio :7997 (BAAI/bge-m3)"]
RerankerSvc["bge-reranker :8090"]
end
subgraph Sink["Wiki sink"]
OpenWiki[OpenWiki<br/>commit and push Gitea]
OpenWiki[OpenWiki (commit and push Gitea)]
end
Cron1 --> OpenWiki
Cron2 --> OpenWiki
@@ -213,7 +211,7 @@ The 02:00 cron pulls 3 connectors and runs M3 agent synthesis (writes to `/theme
| What is the Feishu mail integration status? | [`/sources/feishu-mail.md`](/sources/feishu-mail.md) |
| How are the LDR PDFs and figures uploaded to SeaFile? | [`/sources/ldr-report-template.md`](/sources/ldr-report-template.md) §4-5 |
| What did the 7-27 SOP-vs-implementation pass reveal about the service-down incident? | [`/sources/2026-07-27-4-27-sop-vs-implementation.md`](/sources/2026-07-27-4-27-sop-vs-implementation.md) §4 |
<!-- openwiki: broken internal link [/sources/README-ACTIVATION.md] file "/sources/README-ACTIVATION.md" does not exist. Fix the href or restore the target, then delete this comment. -->
| What is the daily cron pipeline? | [`/sources/README-ACTIVATION.md`](/sources/README-ACTIVATION.md) §3 |
| What is the daily cron pipeline? | [`/README-ACTIVATION.md`](/README-ACTIVATION.md) §3 |
| How does MiniMax code read this stack? | [`/sources/OpenWiki速查手册.md`](/sources/OpenWiki速查手册.md) §5.8 |
| How does the agent layer depend on this fleet? | [`/themes/03-ai-agents.md`](/themes/03-ai-agents.md) |