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>
25 lines (24 loc) • 750 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
LLamaCloudFileService: function() {
return _LLamaCloudFileService.LLamaCloudFileService;
},
LlamaCloudIndex: function() {
return _LlamaCloudIndex.LlamaCloudIndex;
},
LlamaCloudRetriever: function() {
return _LlamaCloudRetriever.LlamaCloudRetriever;
}
});
const _LLamaCloudFileService = require("./LLamaCloudFileService.js");
const _LlamaCloudIndex = require("./LlamaCloudIndex.js");
const _LlamaCloudRetriever = require("./LlamaCloudRetriever.js");