Release And Versioning
Sources: 1 • Confidence: Medium • Updated: 2026-04-02 03:46
Key takeaways
- datasette-enrichments-llm has a new published release versioned 0.2a0.
- datasette-enrichments-llm now uses datasette-llm to configure and manage LLM models.
- Model availability for enrichments can be controlled by configuring models with an "enrichments" purpose.
Sections
Release And Versioning
- datasette-enrichments-llm has a new published release versioned 0.2a0.
Centralized Llm Model Configuration Via Datasette-Llm
- datasette-enrichments-llm now uses datasette-llm to configure and manage LLM models.
Purpose-Scoped Model Allowlisting For Enrichment Workflows
- Model availability for enrichments can be controlled by configuring models with an "enrichments" purpose.
Unknowns
- What are the full changelog details for version 0.2a0 beyond the model-management and purpose-scoping changes?
- What configuration format and precedence rules does datasette-llm apply when datasette-enrichments-llm consumes model settings (including defaults and overrides)?
- Is the "enrichments" purpose enforced as a hard allowlist at runtime, and what are the failure modes when no eligible models are configured?
- Are there backward-compatibility or migration requirements for existing deployments that previously configured models directly in the plugin?
- What tests or verification steps demonstrate that enrichments reliably pick up the intended datasette-llm configured models (including the purpose filter) across environments?