UNPKG

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>

21 lines (20 loc) 701 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); _export_star(require("@llamaindex/core/schema"), exports); function _export_star(from, to) { Object.keys(from).forEach(function(k) { if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) { Object.defineProperty(to, k, { enumerable: true, get: function() { return from[k]; } }); } }); return from; } console.warn('Package "llamaindex/Node" is deprecated, and will be removed in the next major release.'); console.warn("Please import from the @llamaindex/core/schema package instead.");