← Back to archive

Repo of the Day

Entry #768

Published: Jun 29, 2025

Open repository ↗

Web-optimized vector database (written in Rust). When using this in the browser it uses WASM and the origin private file system to store files. Really interesting and kind of a cool idea. I could do vector embeddings client side, get the results and send them to a prompt for llm without any vector db running server side. Might try this out one of these days.