Skip to content

Releases: datasette/datasette-extract

0.2a1

03 Dec 05:13

Choose a tag to compare

0.2a1 Pre-release
Pre-release
  • Fixed a bug where the tests/ where included in the released wheel. #37

0.2a0

26 Nov 16:50
db05713

Choose a tag to compare

0.2a0 Pre-release
Pre-release

0.1a12

11 Nov 02:00

Choose a tag to compare

0.1a12 Pre-release
Pre-release

0.1a11

21 Oct 20:44

Choose a tag to compare

0.1a11 Pre-release
Pre-release

0.1a10

17 Apr 17:02

Choose a tag to compare

0.1a10 Pre-release
Pre-release
  • Fixed bugs with floating point columns. #34
  • Now strips unicode null characters entirely (GPT-4.1-mini returned these for an image). #35

0.1a9

16 Apr 04:49

Choose a tag to compare

0.1a9 Pre-release
Pre-release
  • Now depends on LLM and supports any model that has both async and schema support. You can also limit it to a subset of models using the new plugins.datasette-extract.models configuration list. #27

0.1a8

26 Jul 05:01

Choose a tag to compare

0.1a8 Pre-release
Pre-release
  • Now uses GPT-4o mini, which is around 30 times cheaper than GPT-4o for text tasks, though the same price for image tasks. #30
  • New feature: on the "Extract data into this table" page there is now a link to "Duplicate these columns to a new table" which pre-fills the create table form with the same columns and hints. #29

0.1a7

15 May 04:30

Choose a tag to compare

0.1a7 Pre-release
Pre-release
  • Now uses GPT-4o instead of GPT-4 Turbo - the new model is cheaper, faster and likely a little bit better too. #28

0.1a6

25 Apr 19:05
92888b7

Choose a tag to compare

0.1a6 Pre-release
Pre-release
  • Create table with AI extracted data page now has a "Add another column" button for if you need more than ten columns. #25

0.1a5

24 Apr 23:00

Choose a tag to compare

0.1a5 Pre-release
Pre-release
  • Switch to using datasette-secrets for configuration. If you were previously using the environment variable OPENAI_API_KEY you should change that to DATASETTE_SECRETS_OPENAI_API_KEY. #24