I have added a static version of my CatVector demo app for visualizing embedding vectors:
Previously you had to clone the CatBench repo and run the little Python webserver locally, but now it’s just a publicly accessible website. It loads a few multi-megabyte JSON files into arrays in your browser and then dynamically looks up a specific pet photo that you hover your mouse over in the UI. Depending on your Internet connection, it might take a bit of time for each pet type’s dataset to load.
I was testing some Cloudflare functionality earlier this week and then realized that I can just host it statically online. The CatBench vector search playground & “benhmarking” tool requires Postgres under the hood, but CatVector is completely static - therefore it’s a good fit for Cloudflare R2 + CDN.
Also, we now have dark mode too. Enjoy! :-)