diff --git a/README.md b/README.md index 8e2920c1..b63b0c5a 100644 --- a/README.md +++ b/README.md @@ -119,34 +119,9 @@ LLM_API_KEY=your_llm_api_key ### Architecture -``` -raw/ You drop files here - │ - ├─ Short docs ──→ markitdown ──→ LLM reads full text - │ │ - ├─ Long PDFs ──→ PageIndex ────→ LLM reads document trees - │ │ - │ ▼ - │ Wiki Compilation (using LLM) - │ │ - ▼ ▼ -wiki/ │ ← the foundation - ├── index.md Knowledge base overview - ├── log.md Operations timeline - ├── AGENTS.md Wiki schema (LLM instructions) - ├── sources/ Full-text conversions - ├── summaries/ Per-document summaries - ├── concepts/ Cross-document synthesis - ├── entities/ Specific named things (people, orgs, places, products) - ├── explorations/ Saved query results - └── reports/ Lint reports - │ - ┌──────────────────────┼──────────────────────┐ - ▼ ▼ ▼ - query / chat Skill Factory (future) - (LLM answers from (redistributable ppt / podcast / - the wiki) agent skills) report / … -``` +
+