UNPKG

@ruvector/core

Version:

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

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