An open API service indexing awesome lists of open source software.

https://github.com/zhangjun/ann-server


https://github.com/zhangjun/ann-server

ann-server annoy faiss hnsw

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# ann-server

# build

* build server lib
```
bazel build -s //ann-server/server:server_lib
```

* build project
```
bazel build -s //...

```