You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have implemented a [big-ann-benchmarks](https://big-ann-benchmarks.com) interface for TileDB-Vector-Search,
4
+
which is available in the `tiledb` branch of our fork:
5
+
-[https://github.com/TileDB-Inc/big-ann-benchmarks/tree/tiledb](https://github.com/TileDB-Inc/big-ann-benchmarks/tree/tiledb). This interface implements two new algorithms: `tiledb-flat` and `tiledb-ivf-flat`, which are usable within the framework's runner.
6
+
7
+
## Building
8
+
9
+
1) Build the `Dockerfile` at the root of this repository:
10
+
11
+
```
12
+
cd tiledb-vector-search
13
+
docker build -f Dockerfile . -t tiledb_vs
14
+
```
15
+
16
+
2) Build the TileDB docker image in the big-ann fork (requires image from step 1):
0 commit comments