Skip to content

Commit cdf6567

Browse files
committed
metakg only KP ops
1 parent 518c220 commit cdf6567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/metakg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ <h4>No Results, Please Refine Your Query</h4>
13431343
let meta_kg = new MetaKG();
13441344
//load meta-kg API graph with reasoner APIs
13451345
const t0 = performance.now();
1346-
await meta_kg.constructMetaKG(includeReasoner = true);
1346+
await meta_kg.constructMetaKG(includeReasoner = true, {component: 'KP'});
13471347
const t1 = performance.now();
13481348
self.apisLoaded = true;
13491349
//performance check

0 commit comments

Comments
 (0)