breezykermo / oak

1 stars 0 forks source link

Implement `Searchable` trait for `FvecsDataset` #6

Closed breezykermo closed 3 weeks ago

breezykermo commented 1 month ago

This will involve calling faiss via FFI bindings. We should confirm that it works on a single node (SsdStandalone) with Deep1M as the dataset, using Deep1k as a query set.

csirianni commented 3 weeks ago

Update: Implement this over ACORN rather than FAISS.

csirianni commented 3 weeks ago

We initially planned to implement Searchable over a Deep1X dataset, but we have since decided to use an arbitrary FvecsDataset instead.