Skip to content

Commit 31f9578

Browse files
committed
docs: replace ASCII architecture diagram with a rendered image
Swap the text-based diagram under "Architecture" for a rendered illustration (assets/openkb-architecture.png) covering the same pipeline: raw/ intake -> markitdown (short docs) / PageIndex (long PDFs) -> LLM wiki compilation -> the wiki/ foundation -> query/chat, the Skill Factory, and future generators.
1 parent 7644b13 commit 31f9578

2 files changed

Lines changed: 3 additions & 28 deletions

File tree

README.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -119,34 +119,9 @@ LLM_API_KEY=your_llm_api_key
119119

120120
### Architecture
121121

122-
```
123-
raw/ You drop files here
124-
125-
├─ Short docs ──→ markitdown ──→ LLM reads full text
126-
│ │
127-
├─ Long PDFs ──→ PageIndex ────→ LLM reads document trees
128-
│ │
129-
│ ▼
130-
│ Wiki Compilation (using LLM)
131-
│ │
132-
▼ ▼
133-
wiki/ │ ← the foundation
134-
├── index.md Knowledge base overview
135-
├── log.md Operations timeline
136-
├── AGENTS.md Wiki schema (LLM instructions)
137-
├── sources/ Full-text conversions
138-
├── summaries/ Per-document summaries
139-
├── concepts/ Cross-document synthesis
140-
├── entities/ Specific named things (people, orgs, places, products)
141-
├── explorations/ Saved query results
142-
└── reports/ Lint reports
143-
144-
┌──────────────────────┼──────────────────────┐
145-
▼ ▼ ▼
146-
query / chat Skill Factory (future)
147-
(LLM answers from (redistributable ppt / podcast /
148-
the wiki) agent skills) report / …
149-
```
122+
<div align="center">
123+
<img src="assets/openkb-architecture.png" alt="OpenKB Architecture: from raw documents (markitdown / PageIndex) through LLM wiki compilation to the wiki/ foundation, powering query/chat, the Skill Factory, and future generators" width="900" />
124+
</div>
150125

151126
### Short vs Long Document Handling
152127

assets/openkb-architecture.png

1.7 MB
Loading

0 commit comments

Comments
 (0)