Closed simonw closed 7 months ago
The prototype won't work for anyone else because it's using that vector.dylib
extension shown in: https://github.com/datasette/datasette-embeddings/issues/1#issuecomment-2017219835
Demo:
I'll land this with a Python version of the comparison function (though I'm likely to upgrade that to something much faster soon, especially now I know about binary embeddings).
I need it for:
Option should not show up if no API key available.
Looks like this now:
I'll do this as a table action. The user will submit a query over POST (because it needs to be embedded at a cost), which will then redirect to a SQL query that returns results.