UNPKG

ruvector-core-win32-x64-msvc

Version:

Windows x64 MSVC native binding for ruvector-core - High-performance vector database with HNSW indexing built in Rust

16 lines (13 loc) 394 B
const { join } = require('path'); let nativeBinding; try { nativeBinding = require('./ruvector.node'); } catch (error) { throw new Error( 'Failed to load native binding for win32-x64-msvc. ' + 'This package may have been installed incorrectly. ' + 'Ensure you have Visual C++ Redistributable installed. ' + 'Error: ' + error.message ); } module.exports = nativeBinding;