ngt-cluster

command module
v0.0.0-...-4717e62 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2019 License: Apache-2.0 Imports: 20 Imported by: 0

README

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
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL