datasette / datasette-extract

Import unstructured data (text and images) into structured tables
Apache License 2.0
129 stars 3 forks source link

Obey optional custom instructions prompt #17

Closed simonw closed 3 months ago

simonw commented 3 months ago

It's in the DB schema but not yet implemented:

https://github.com/datasette/datasette-extract/blob/68ce7394a6a3b027bff6c7aef8a310dc75286732/datasette_extract/__init__.py#L19

simonw commented 3 months ago

Need to re-use custom instructions from previous runs on the extract into table page.

simonw commented 3 months ago

Just spotted that this code:

https://github.com/datasette/datasette-extract/blob/68ce7394a6a3b027bff6c7aef8a310dc75286732/datasette_extract/__init__.py#L13-L26

Is not actually used to create tables, it's just misleading.

simonw commented 3 months ago

Looks like this:

CleanShot 2024-03-13 at 08 34 14@2x