# Demo documents — NOT controlled documents, NOT plant content Three fabricated documents, written so that the Procedural, Reference and Advisory branches have something to retrieve before an Azure OpenAI account exists. They are here rather than on `/datadisk/ai-docs` in the repository sense: the real document root is gitignored because it holds real controlled documents, and these are the opposite of that. **Every one of them is fiction.** The document numbers are `WRPS-DEMO-00x`, which matches the extractor's pattern (`WRPS-[A-Z]{2,4}-\d{3,4}`) so header extraction and confirmation are genuinely exercised, while being a number no real WRPS document can ever have. The setpoints and limits in them are made up and contradict `db/seed/tags.csv` in places, deliberately: nothing here should survive being mistaken for plant data. They are loaded with `--no-embed`, so their chunks have NULL embeddings and are invisible to semantic search. Before real ingestion: ```sql DELETE FROM doc_chunks WHERE embedding IS NULL; ``` Copy them to the host with: ```bash scp -r demo/ai-docs/* lin001:/tmp/demo-docs/ ``` then move them into `/datadisk/ai-docs/` in the matching folders — the folder determines `doc_type` and there is no override.