Added scripts

This commit is contained in:
Cyber MacGeddon 2025-01-04 19:25:35 +00:00
parent f184f11041
commit 18e320eef7
2 changed files with 12 additions and 0 deletions

View file

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

View file

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