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>
14 lines (13 loc) • 371 B
JavaScript
/**
* todo: this file should be removed in the major release
*/ "use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "RetrieverQueryEngine", {
enumerable: true,
get: function() {
return _queryengine.RetrieverQueryEngine;
}
});
const _queryengine = require("@llamaindex/core/query-engine");