https://github.com/jonluca/ts-hnsw
https://github.com/jonluca/ts-hnsw
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonluca/ts-hnsw
- Owner: jonluca
- Created: 2023-04-27T18:22:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T11:22:28.000Z (almost 3 years ago)
- Last Synced: 2025-09-05T20:59:59.836Z (10 months ago)
- Language: TypeScript
- Size: 306 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TS-HNSW
[](https://www.npmjs.com/package/ts-hnsw) [](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
```