edwinkys
No user record in our sample, but edwinkys has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
-
Hi HN, I created an open-source vector database a couple months back called OasysDB. It's not a popular project but it serve a specific use case and has a small community behind it. So, recently, someone in the…
- I built an image search in less than 100 lines of code with HF and OasysDB (colab.research.google.com)
-
Hi hackers, this is Edwin and I'm building OasysDB, a SQLite-inspired embedded vector database in Rust. My goal is to simplify the process of storing vector embeddings while still having high performance with simple…
-
OasysDB is now available as Rust crate which you can add using "cargo add oasysdb" command. OasysDB supports incremental update on the collection index by default. This means, you can insert, modify, or delete vector…
-
Merry christmas and happy new year, everyone! I want to introduce my latest open-source vector database project, OasysDB. The main feature that sets it apart from other vector database is that it supports multiple…