Loading Knowledge Cores
Identify a Knowledge Core
to load into TrustGraph
.
Knowledge Core CLI​
pip3 install trustgraph-parquet==0.11.20
Loading Commands​
To load the core, run the following scripts:
load-graph-embeddings -f <knowledge-core-embeddings>.parquet
load-triples -f <knowledge-core-graph-edges>.parquet
Loading a Knowledge Core
is considerably quicker than the Naive Extraction
process. Once the core has been loaded, GraphRAG
can run using the Knowledge Core
.
tip
Check the Grafana
dashboard to track when the core has been fully loaded.