Skip to content

Commit 3242844

Browse files
committed
docs(readme): document entities/ page type
1 parent 1e82214 commit 3242844

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ wiki/ │ ← the foundation
109109
├── sources/ Full-text conversions
110110
├── summaries/ Per-document summaries
111111
├── concepts/ Cross-document synthesis ← the good stuff
112+
├── entities/ Specific named things (people, orgs, places, products)
112113
├── explorations/ Saved query results
113114
└── reports/ Lint reports
114115
@@ -136,9 +137,10 @@ Short docs are read in full by the LLM. Long PDFs are indexed by PageIndex into
136137
When you add a document, the LLM:
137138

138139
1. Generates a **summary** page
139-
2. Reads existing **concept** pages
140+
2. Reads existing **concept** and **entity** pages
140141
3. Creates or updates concepts with cross-document synthesis
141-
4. Updates the **index** and **log**
142+
4. Creates or updates **entity** pages (people, orgs, places, products)
143+
5. Updates the **index** and **log**
142144

143145
A single source might touch 10-15 wiki pages. Knowledge accumulates: each document enriches the existing wiki rather than sitting in isolation.
144146

0 commit comments

Comments
 (0)