1
0
mirror of https://github.com/osmarks/meme-search-engine.git synced 2026-06-08 22:02:11 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
osmarks 00afb01e7a updates & minor fixes 2025-11-07 16:59:25 +00:00
osmarks 5215822e39 mlock 2025-01-29 14:48:15 +00:00
osmarks ee23b81444 release version 2025-01-24 09:24:28 +00:00
osmarks fbf9b3421d fix lockfile 2025-01-18 19:35:21 +00:00
osmarks 3e568ff613 restore stashed code 2025-01-18 19:07:16 +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 f4376f62ed RobustVamana algorithm for big index run 2025-01-16 21:10:12 +00:00
osmarks 4d08ec370b oops, dependencies 2025-01-02 21:04:50 +00:00
osmarks b9bb629e6f performance improvements 2024-11-07 16:52:58 +00:00
osmarks 7fa14d45ae improve observability and fix up Reddit dump for full-scale run 2024-11-02 19:38:05 +00:00
osmarks 1ab254ff1d Adjust index storage for memory efficiency and fix SQLite interface type confusion 2024-06-25 08:23:30 +01:00
osmarks 5eae8674ce video parsing basics 2024-05-28 22:28:41 +01:00
osmarks a8329e43fc more progress on Reddit 2024-05-27 15:22:28 +01:00
osmarks f8d68d9d54 WIP Reddit dump loader 2024-05-24 17:47:18 +01:00
osmarks ffc3d648a6 basic monitoring implementation 2024-05-22 18:49:32 +01:00
osmarks ce590298a7 concurrent index queries and fix database typo yet again 2024-05-22 18:25:50 +01:00
osmarks 7cb42e028f Rewrite entire application (well, backend) in Rust and also Go
I decided I wanted to integrate the experimental OCR thing better, so I rewrote in Go and also integrated the thumbnailer.
However, Go is a bad langauge and I only used it out of spite.
It turned out to have a very hard-to-fix memory leak due to some unclear interaction between libvips and both sets of bindings I tried, so I had Claude-3 transpile it to Rust then spent a while fixing the several mistakes it made and making tweaks.
The new Rust version works, although I need to actually do something with the OCR data and make the index queryable concurrently.
2024-05-21 00:09:04 +01:00