mirror of
https://github.com/Mintplex-Labs/langchainjs.git
synced 2026-07-01 12:17:38 -04:00
Add entrypoint and export on top eval level
This commit is contained in:
@@ -163,6 +163,8 @@ const entrypoints = {
|
||||
"experimental/generative_agents": "experimental/generative_agents/index",
|
||||
"experimental/plan_and_execute": "experimental/plan_and_execute/index",
|
||||
client: "client/index",
|
||||
// evaluation
|
||||
evaluation: "evaluation/index",
|
||||
};
|
||||
|
||||
// Entrypoints in this list will
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
export {
|
||||
RunEvaluatorChain,
|
||||
RunEvaluatorInputMapper,
|
||||
RunEvaluatorOutputParser,
|
||||
} from "./run_evaluators/base.js";
|
||||
|
||||
export {
|
||||
ChoicesOutputParser,
|
||||
StringRunEvaluatorInputMapper,
|
||||
getCriteriaEvaluator,
|
||||
getQAEvaluator,
|
||||
} from "./run_evaluators/implementations.js";
|
||||
|
||||
Reference in New Issue
Block a user