llamaindex
Version:
<p align="center"> <img height="100" width="100" alt="LlamaIndex logo" src="https://ts.llamaindex.ai/square.svg" /> </p> <h1 align="center">LlamaIndex.TS</h1> <h3 align="center"> Data framework for your LLM application. </h3>
27 lines (22 loc) • 901 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
var nodeParser = require('@llamaindex/core/node-parser');
var code = require('@llamaindex/node-parser/code');
var html = require('@llamaindex/node-parser/html');
Object.keys(nodeParser).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return nodeParser[k]; }
});
});
Object.keys(code).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return code[k]; }
});
});
Object.keys(html).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return html[k]; }
});
});