@vulcan-sql/extension-huggingface
Version:
Hugging Face feature for VulcanSQL
12 lines • 601 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
// Alias the Builder and Runner from the package and export them to prevent Extension loader loading the same Builder and Runner class when creating multiple Functional Filters or Tags.
const tableQuestionAnswering_1 = require("./lib/filters/tableQuestionAnswering");
const textGeneration_1 = require("./lib/filters/textGeneration");
exports.default = [
tableQuestionAnswering_1.Builder,
tableQuestionAnswering_1.Runner,
textGeneration_1.Builder,
textGeneration_1.Runner,
];
//# sourceMappingURL=index.js.map
;