datasette / datasette-enrichments

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

Should work with rowid tables #11

Closed simonw closed 10 months ago

simonw commented 10 months ago

It throws an error trying to create a table that looks like this:

create table [_embeddings_countries] (
    _embedding blob,
    PRIMARY KEY ()
)