{ "name": "typesafe", "abstract": "Call TypeSafe AI (Choice, Noul, Score) from SQL for categorical classification", "description": "A PostgreSQL extension that classifies, detects, and scores text with TypeSafe AI System One (Jev) from SQL, with batched set-returning variants that turn thousands of rows into a handful of HTTP requests.", "version": "0.0.1", "maintainer": "Giulio Piccolo", "license": "mit", "release_status": "unstable", "provides": { "typesafe": { "abstract": "TypeSafe AI client for categorical classification", "file": "typesafe--0.0.1.sql", "docfile": "README.md", "version": "0.0.1" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "15.0.0" } } }, "resources": { "homepage": "https://github.com/giuliosmall/pg_typesafe", "bugtracker": { "web": "https://github.com/giuliosmall/pg_typesafe/issues" }, "repository": { "url": "https://github.com/giuliosmall/pg_typesafe.git", "web": "https://github.com/giuliosmall/pg_typesafe", "type": "git" } }, "generated_by": "hand", "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" }, "tags": [ "ai", "llm", "classification", "http", "typesafe" ] }