trustgraph/trustgraph-core/scripts/embeddings-vectorize

7 lines
85 B
Text
Raw Normal View History

2024-07-10 23:20:06 +01:00
#!/usr/bin/env python3
2024-09-28 22:01:50 +01:00
from trustgraph.core.embeddings.vectorize import run
2024-07-10 23:20:06 +01:00
run()