RAG: the pages it generated
Retrieval-augmented generation over this dealer's data. Every vehicle and store page is expanded into plain-text Markdown you can browse below, pull as one bulk corpus, or query live with the rag_search tool.
How the RAG corpus works
Each vehicle and store page is written out as clean Markdown and concatenated into a single bulk corpus, llms-full.txt (2,595 KB). An agent can ingest the whole corpus, or call rag_search(query) over the MCP endpoint to retrieve just the matching chunks with source links. Everything below is a real generated page you can open.
Every document is checked against an admission policy before it joins the corpus. Search-results and filter pages are refused, interface furniture and text that repeats across the corpus is removed, thin and near-identical documents are refused, and each refusal is recorded with its reason.
| Document type | Documents |
|---|---|
| models | 86 |
| faq | 13 |
| site | 9 |
| pages | 9 |
| guides | 4 |
| about | 3 |
| parts | 1 |
| finance | 1 |
| specials | 1 |
| contact | 1 |
| legal | 1 |
| offers | 1 |
| service | 1 |
| Measure | Value |
|---|---|
| Documents evaluated for admission | 14 |
| Admitted | 9 |
| Refused | 5 |
| Average unique words per admitted document | 169.9 |
| Repeated blocks lifted into a single document | 0 |
| Near-duplicate ratio | 0.0 |
| Model summaries built from inventory records | 86 |
| Dealer knowledge documents | 6 |
| Average words per model summary | 45.0 |
| Reason | Documents |
|---|---|
| Search-results or listing page | 4 |
| Too little unique content | 1 |
These questions have no source content, so no document claims to answer them: Opening hours, Delivery and out-of-area purchase.
All 533 vehicles are in the corpus as one Markdown record per VIN, addressed by the pattern https://www.charlieobaugh.com/ai/v/{VIN}.md (and https://www.charlieobaugh.com/ai/v/{VIN}.json). A few samples:
rag_search(query, limit?) over the MCP endpointhttps://www.charlieobaugh.com/ai/v/{VIN}.mdcurl -s -X POST https://www.charlieobaugh.com/ai/api/ucp/mcp \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"rag_search","arguments":{}}}'