UNPKG

@1yefuwang1/vectorlite-darwin-arm64

Version:

A fast and tunable vector search extension for SQLite

7 lines (5 loc) 149 B
const path = require('path'); function vectorlitePath() { return path.join(__dirname, 'vectorlite'); } exports.vectorlitePath = vectorlitePath;