Update Explore.svelte

This commit is contained in:
Darren Zal 2023-02-14 14:53:32 -08:00 committed by GitHub
parent bebfbf3ab1
commit 03a3f475cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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