This commit is contained in:
Cyber MacGeddon 2024-07-24 00:27:05 +01:00
parent 9bcdee0f64
commit 7d864fe370
7 changed files with 198 additions and 0 deletions

6
scripts/ge-dump-parquet Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.dump.graph_embeddings.parquet import run
run()