Skip to content

Commit

Permalink
retrieve transform test
Browse files Browse the repository at this point in the history
  • Loading branch information
anjanaw committed Feb 3, 2024
1 parent b7cb14e commit ade2921
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/controllers/cbr_cycle.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module.exports.query = async (req, res) => {
let strategies = []

const applicabilities = await applicability(usecase);
console.log(applicabilities);

await Promise.all(response.data.bestK.map(async (strategy) => {
const solution_bt = {
Expand Down Expand Up @@ -665,7 +664,7 @@ async function retrieve_transform(solution, intent, questions) {
"UserIntent": intent,
"UserQuestion": questions,
},
"acceptance_threshold": 0.01
"acceptance_threshold": 0.00
}
};

Expand Down

0 comments on commit ade2921

Please sign in to comment.