UNPKG

hnsw-lite

Version:

A lightweight HNSW implementation for nearest neighbor search.

46 lines (36 loc) 441 B
node_modules/ # Ignore .watchman files .watchman* # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* # OS-specific files .DS_Store Thumbs.db # Environment variables .env .env.local .env.*.local # Cache files *.cache .cache/ *.tmp *.temp # IDE and editor specific files .vscode/ .idea/ *.swp *.swo # Compiled files dist/ # Tests and config tests/ jest.config.js # Source files (excluded from npm) src/ *.ts *.map .git/