open-notebook/docs
Luis Novo f8625a5811
feat: bump esperanto to 2.22.0 + Ollama num_ctx override (#833)
Upgrade esperanto 2.20.0 -> 2.22.0. The constraint (>=2.20.0,<3) already
allowed it; this relocks and picks up upstream fixes (OpenRouter json body,
clearer null-embedding errors, streaming ToolCall objects, base_url
trailing-slash normalization, Ollama thinking-model content).

Esperanto 2.21.0 lowered the Ollama num_ctx default from 128000 to 8192 to
avoid OOM on consumer GPUs. We keep that safe default and add an optional
per-credential num_ctx override for self-hosters whose hardware can handle a
larger context window:

- Credential gains a num_ctx field, surfaced via to_esperanto_config() so it
  flows into AIFactory automatically (no ModelManager change needed).
- Credential create/update API schemas + router pass num_ctx through.
- Frontend: optional numeric field on the Ollama credential form, with i18n
  labels translated across all 13 locales.
- Docs: document the new default and the override under AI providers.

Closes #825
2026-06-02 06:20:24 -03:00
..
0-START-HERE docs: add external Ollama setup guide (#812) 2026-05-29 10:30:52 -03:00
1-INSTALLATION docs: add windows native installation guide (#463) 2026-06-02 04:57:05 -03:00
2-CORE-CONCEPTS feat(podcasts): model registry integration, credential passthrough & new features (#632) 2026-02-27 11:06:47 -03:00
3-USER-GUIDE fix: map base_url to endpoint for Azure credentials (#741) 2026-04-09 13:22:00 -03:00
4-AI-PROVIDERS chore: bump version to 1.8.2 and update changelog and provider docs 2026-04-06 10:59:47 -03:00
5-CONFIGURATION feat: bump esperanto to 2.22.0 + Ollama num_ctx override (#833) 2026-06-02 06:20:24 -03:00
6-TROUBLESHOOTING chore: bump version to 1.8.2 and update changelog and provider docs 2026-04-06 10:59:47 -03:00
7-DEVELOPMENT docs: add security guidelines for contributors 2026-04-09 12:16:09 -03:00
assets docs: fix removed assets in https://github.com/lfnovo/open-notebook/pull/379 affecting README.md 2026-01-06 15:07:58 +01:00
index.md docs: deprecate single-container image in favor of Docker Compose 2026-04-06 08:10:32 -03:00
SECURITY_REVIEW.md feat: credential-based API key management (#477) (#540) 2026-02-10 08:30:22 -03:00