top | item 46629097

(no title)

rao-v | 1 month ago

Anybody know of a good service / docker that will do BM25 + vector lookup without spinning up half a dozen microservices?

discuss

order

porridgeraisin|1 month ago

For BM25 + trigram, SQLite FTS5 works well.

donkeyboy|1 month ago

Elasticsearch / Opensearch is the industry standard for this

abujazar|1 month ago

Used to be, but they're very complicated to operate compared to more modern alternatives and have just gotten more and more bloated over the years. Also require a bunch of different applications for different parts of the stack in order to do the same basic stuff as e.g. Meilisearch, Manticore or Typesense.