Skip to content

Commit

Permalink
fix: lookup_and_score is not a knowledge type
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed May 29, 2024
1 parent c5aecdd commit 397d8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/meta_knowledge_graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default class MetaKnowledgeGraphHandler {
}
})
: undefined,
knowledge_types: this.smartAPIID || this.teamName ? ["lookup"] : ["lookup_and_score"],
knowledge_types: ["lookup"],
};
knowledge_graph.edges.push(edge);
edges[`${input}-${pred.predicate}-${output}`] = edge;
Expand Down

0 comments on commit 397d8ac

Please sign in to comment.