agsamantha/node_modules/langchain/dist/evaluation/qa/index.cjs

6 lines
285 B
JavaScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.QAEvalChain = void 0;
var eval_chain_js_1 = require("./eval_chain.cjs");
Object.defineProperty(exports, "QAEvalChain", { enumerable: true, get: function () { return eval_chain_js_1.QAEvalChain; } });