Upload README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ retrieval-augmented coding assistants and LLM context injection.
|
|
| 30 |
| File | Size | When to pick |
|
| 31 |
|------|------|------|
|
| 32 |
| [`python-stdlib.rlat`](./python-stdlib.rlat) | 215 MB | **Remote** — knowledge model pins to a GitHub commit SHA. Source text is fetched from `https://github.com/python/cpython` on first query and cached locally. Freshest; smaller download. Needs network on first query. |
|
| 33 |
-
| [`python-stdlib-bundled.rlat`](./python-stdlib-bundled.rlat) |
|
| 34 |
|
| 35 |
**Pick bundled** if you care about reliability, offline use, or air-gapped environments.
|
| 36 |
**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.
|
|
|
|
| 30 |
| File | Size | When to pick |
|
| 31 |
|------|------|------|
|
| 32 |
| [`python-stdlib.rlat`](./python-stdlib.rlat) | 215 MB | **Remote** — knowledge model pins to a GitHub commit SHA. Source text is fetched from `https://github.com/python/cpython` on first query and cached locally. Freshest; smaller download. Needs network on first query. |
|
| 33 |
+
| [`python-stdlib-bundled.rlat`](./python-stdlib-bundled.rlat) | 433 MB | **Bundled** — fully self-contained. Source text is packed inside the `.rlat` as zstd frames. Works offline forever. Larger download; no drift tracking. |
|
| 34 |
|
| 35 |
**Pick bundled** if you care about reliability, offline use, or air-gapped environments.
|
| 36 |
**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.
|