|
|
|
Show HN: OasysDB rewritten as embedded and efficient vector database
(github.com)
|
|
1 points
by edwinkys
874 days ago
|
|
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 records without rebuilding the index. Context
OasysDB was initially written with client-server architecture. We pivoted and rewrote it as embedded vector database. Feedback will be very much appreciated. |
|