trustgraph/trustgraph-core/scripts/embeddings-ollama

7 lines
82 B
Text
Raw Normal View History

2024-07-16 17:24:16 +01:00
#!/usr/bin/env python3
2024-09-28 22:01:50 +01:00
from trustgraph.core.embeddings.ollama import run
2024-07-16 17:24:16 +01:00
run()