From 32d69592e8bd726696396ad4490b52326f56ab43 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 1 Dec 2023 12:03:22 -0800 Subject: [PATCH] Enrichment plugins --- plugin_repos.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/plugin_repos.yml b/plugin_repos.yml index 54c05f7..c30bb18 100644 --- a/plugin_repos.yml +++ b/plugin_repos.yml @@ -399,3 +399,18 @@ - repo: simonw/datasette-statistics tags: - SQL Functions +- repo: datasette/datasette-enrichments + tags: + - Enrichment +- repo: datasette/datasette-enrichments-gpt + tags: + - Enrichment +- repo: datasette/datasette-enrichments-opencage + tags: + - Enrichment +- repo: datasette/datasette-enrichments-jinja + tags: + - Enrichment +- repo: datasette/datasette-enrichments-re2 + tags: + - Enrichment