1
0
mirror of https://github.com/osmarks/meme-search-engine.git synced 2026-06-27 07:18:51 +00:00

12 Commits

Author SHA1 Message Date
osmarks 00afb01e7a updates & minor fixes 2025-11-07 16:59:25 +00:00
osmarks e57931d47f Multithread query server
While profiling suggests that most operations are cheap and IO-bound rather than CPU-bound, the GEMM for deduplication is pretty slow. As such, use multiple threads for higher throughput.
2025-01-31 13:47:47 +00:00
osmarks 5215822e39 mlock 2025-01-29 14:48:15 +00:00
osmarks 257486678d connect metrics correctly 2025-01-24 15:23:53 +00:00
osmarks ee23b81444 release version 2025-01-24 09:24:28 +00:00
osmarks a5a6e960bb query code 2025-01-18 17:09:00 +00:00
osmarks 63caba2746 integrate rating model 2025-01-18 11:29:03 +00:00
osmarks 5ab91aa17e CLI switch for L 2025-01-14 08:31:03 +00:00
osmarks 4dd97631df fix entire index algorithm (very silly bug) 2025-01-12 19:48:53 +00:00
osmarks 0a196694b1 minor tweaks 2025-01-11 12:19:10 +00:00
osmarks 8ce51bcb56 correct DiskANN algorithm (silly bug with greedy search) 2025-01-11 07:35:04 +00:00
osmarks f1283137d6 release WIP DiskANN index orchestration code 2025-01-01 14:40:24 +00:00