Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 365 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 365 Bytes

ngt-cluster

ngt-cluster is an experimental implementation of the NGT server that supports multi-node clusters.

HTTP API

Insert

POST /insert  HTTP/1.1
...

{
  "vector": [...]
}

Delete

POST /remove HTTP/1.1
...

{
  "id": 1
}

Seaech

POST /search HTTP/1.1

{
  "vector": [...],
  "results": 10,
  "epsilon": 0.1
}