top | item 34691949

(no title)

tomd | 3 years ago

You might be interested in https://datasette.io/plugins/datasette-faiss, which I'm using alongside openai-to-sqlite for similarity search of embeddings, following @simonw's excellent instructions at https://simonwillison.net/2023/Jan/13/semantic-search-answer...

discuss

order

uh_uh|3 years ago

Thanks, but the index being in-memory makes it unsuitable for large data sets :/

iandanforth|3 years ago

Can you say more? Usually projects that gravitate to SQLlite are not those that require massive scale and a FAISS index of a few GB covers a lot of documents.