datasette / datasette-enrichments

Tools for running enrichments against data stored in Datasette
https://enrichments.datasette.io
Apache License 2.0
16 stars 0 forks source link

Enrichments can provide custom templates #10

Closed simonw closed 7 months ago

simonw commented 7 months ago

Same mechanism as Datasette custom templates per table, the naming convention: https://docs.datasette.io/en/stable/custom_templates.html#custom-templates

The lookup order should be:

[
    "enrichment.html",
    "enrichment-openai-embeddings.html"
]