UNPKG
@cherrystudio/embedjs-llama-cpp
Version:
latest (0.1.34)
undefined (0.1.35)
0.1.35
0.1.34
0.1.33
0.1.31
0.1.30
0.1.29
Enable usage of Node-Llama-Cpp with embedjs
github.com/CherryHQ/embed-js
CherryHQ/embed-js
@cherrystudio/embedjs-llama-cpp
/
src
/
index.cjs
6 lines
•
279 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
tslib_1 =
require
(
"tslib"
); tslib_1.
__exportStar
(
require
(
"./llama-cpp-model.cjs"
),
exports
); tslib_1.
__exportStar
(
require
(
"./llama-cpp-embeddings.cjs"
),
exports
);
//# sourceMappingURL=index.js.map