UNPKG
@1yefuwang1/vectorlite-darwin-arm64
Version:
latest (0.2.0)
0.2.0
0.1.0
0.1.0-beta.0
0.1.0-alpha
A fast and tunable vector search extension for SQLite
github.com/1yefuwang1/vectorlite
@1yefuwang1/vectorlite-darwin-arm64
/
src
/
index.js
7 lines
(5 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
path =
require
(
'path'
);
function
vectorlitePath
(
) {
return
path.
join
(__dirname,
'vectorlite'
); }
exports
.
vectorlitePath
= vectorlitePath;