trustgraph/trustgraph-flow/scripts/embeddings-fastembed

7 lines
80 B
Text
Raw Normal View History

2025-01-28 08:39:24 +00:00
#!/usr/bin/env python3
2025-01-28 14:21:01 +00:00
from trustgraph.embeddings.fastembed import run
2025-01-28 08:39:24 +00:00
run()