euclidesdb icon indicating copy to clipboard operation
euclidesdb copied to clipboard

Create NodeJS client API

Open perone opened this issue 6 years ago • 1 comments

Create the NodeJS client API package.

perone avatar Nov 19 '18 02:11 perone

I think the use case of a Node.js client calling EuclidesDB is not so relevant now in beginning of 2020.

In fact from this Tensorflow.js @tensorflow-models/mobilenet model, it is now pretty straightforward to get embeddings, and some developer would rather write their embeddings server directly in Node.js using a LevelDB client and use Tensorflow instead of PyTorch.

What do you think?

mycaule avatar Dec 30 '19 11:12 mycaule