Upload README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ retrieval-augmented coding assistants and LLM context injection.
|
|
| 31 |
| File | Size | When to pick |
|
| 32 |
|------|------|------|
|
| 33 |
| [`powershell-docs.rlat`](./powershell-docs.rlat) | 260 MB | **Remote** — knowledge model pins to a GitHub commit SHA. Source text is fetched from `https://github.com/MicrosoftDocs/PowerShell-Docs` on first query and cached locally. Freshest; smaller download. Needs network on first query. |
|
| 34 |
-
| [`powershell-docs-bundled.rlat`](./powershell-docs-bundled.rlat) |
|
| 35 |
|
| 36 |
**Pick bundled** if you care about reliability, offline use, or air-gapped environments.
|
| 37 |
**Pick remote** if you want automatic freshness via `rlat freshness` / `rlat sync`, or if you plan to query from CI where cold-cache fetches are fine.
|
|
|
|
| 31 |
| File | Size | When to pick |
|
| 32 |
|------|------|------|
|
| 33 |
| [`powershell-docs.rlat`](./powershell-docs.rlat) | 260 MB | **Remote** — knowledge model pins to a GitHub commit SHA. Source text is fetched from `https://github.com/MicrosoftDocs/PowerShell-Docs` on first query and cached locally. Freshest; smaller download. Needs network on first query. |
|
| 34 |
+
| [`powershell-docs-bundled.rlat`](./powershell-docs-bundled.rlat) | 556 MB | **Bundled** — fully self-contained. Source text is packed inside the `.rlat` as zstd frames. Works offline forever. Larger download; no drift tracking. |
|
| 35 |
|
| 36 |
**Pick bundled** if you care about reliability, offline use, or air-gapped environments.
|
| 37 |
**Pick remote** if you want automatic freshness via `rlat freshness` / `rlat sync`, or if you plan to query from CI where cold-cache fetches are fine.
|