1
0
mirror of https://github.com/osmarks/meme-search-engine.git synced 2024-09-21 10:09:36 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
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
80db16d02a full pipeline 2024-04-22 18:44:29 +01:00
e9a7493343 stop requiring internal aiosqlite patch 2024-01-25 00:01:02 +00:00
e3ffc426b7 Actually delete missing files 2024-01-02 14:12:26 +00:00
74bb1bc343 thumbnailer system 2023-10-27 15:50:21 +01:00
46fca3eb7f faster indexing, SigLIP models 2023-10-08 22:52:17 +01:00
120edc1a47 oops 2023-09-29 18:34:06 +01:00
9d89e6e4f5 initial commit 2023-09-28 17:30:20 +01:00