UNPKG

@ruvector/core

Version:

High-performance Rust vector database for Node.js with HNSW indexing and SIMD optimizations

15 lines (12 loc) 329 B
const { join } = require('path'); let nativeBinding; try { nativeBinding = require('./ruvector.node'); } catch (error) { throw new Error( 'Failed to load native binding for darwin-arm64. ' + 'This package may have been installed incorrectly. ' + 'Error: ' + error.message ); } module.exports = nativeBinding;