provozni zaloha
This commit is contained in:
25
skills/llm-wiki/assets/index.md.template
Normal file
25
skills/llm-wiki/assets/index.md.template
Normal file
@@ -0,0 +1,25 @@
|
||||
# Wiki Index
|
||||
|
||||
The catalog of all pages in this wiki. Each entry: a wikilink to the page and a one-line summary. The LLM reads this first when answering queries to identify candidate pages.
|
||||
|
||||
Keep summaries tight — one line each. The index is engineered to be cheap to read; a fat index defeats its purpose.
|
||||
|
||||
When this file exceeds ~300 lines or the wiki passes ~150 pages, shard into `wiki/indexes/<type>.md` and replace this file with a directory of shards. See the `scaling-playbook.md` reference in the `llm-wiki` skill for the migration procedure.
|
||||
|
||||
---
|
||||
|
||||
## Sources
|
||||
|
||||
(populated as sources are ingested)
|
||||
|
||||
## Entities
|
||||
|
||||
(populated as entity pages are created)
|
||||
|
||||
## Concepts
|
||||
|
||||
(populated as concept pages are created)
|
||||
|
||||
## Synthesis
|
||||
|
||||
(populated as query answers are filed back)
|
||||
Reference in New Issue
Block a user