Closed breezykermo closed 3 weeks 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.
SsdStandalone
Update: Implement this over ACORN rather than FAISS.
We initially planned to implement Searchable over a Deep1X dataset, but we have since decided to use an arbitrary FvecsDataset instead.
Searchable
Deep1X
FvecsDataset
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.