From 03a3f475cd5a6e5371fe43a6dda2e20c2273aeab Mon Sep 17 00:00:00 2001 From: Darren Zal Date: Tue, 14 Feb 2023 14:53:32 -0800 Subject: [PATCH] Update Explore.svelte --- src/components/explore/Explore.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/explore/Explore.svelte b/src/components/explore/Explore.svelte index 5750f0f..db17852 100644 --- a/src/components/explore/Explore.svelte +++ b/src/components/explore/Explore.svelte @@ -27,6 +27,9 @@ data: IEdgeData } + //This was generate with ./json_graph.py + //When a user searches, it regenerates the cytoscape graph using the Meilisearch index. + //To Do: incorporate actualy TerminusDB queries import json_graph from './knowledge_graph.json' let knowledgeGraphJson: any = json_graph