We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518c220 commit cdf6567Copy full SHA for cdf6567
src/templates/metakg.html
@@ -1343,7 +1343,7 @@ <h4>No Results, Please Refine Your Query</h4>
1343
let meta_kg = new MetaKG();
1344
//load meta-kg API graph with reasoner APIs
1345
const t0 = performance.now();
1346
- await meta_kg.constructMetaKG(includeReasoner = true);
+ await meta_kg.constructMetaKG(includeReasoner = true, {component: 'KP'});
1347
const t1 = performance.now();
1348
self.apisLoaded = true;
1349
//performance check
0 commit comments