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

https://github.com/jonluca/ts-hnsw


https://github.com/jonluca/ts-hnsw

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# TS-HNSW

[![npm Version](https://img.shields.io/npm/v/ts-hnsw.svg)](https://www.npmjs.com/package/ts-hnsw) [![License](https://img.shields.io/npm/l/ts-hnsw.svg)](https://www.npmjs.com/package/ts-hnsw)

Pure typescript implementation of HNSW

# Introduction

# Getting Started

```
yarn add ts-hnsw
```

or

```
npm i --save ts-hnsw
```