Get fastembed processor working

This commit is contained in:
Cyber MacGeddon 2025-01-28 14:21:01 +00:00
parent 2dbcbbec71
commit 8998631165
4 changed files with 10 additions and 10 deletions

View file

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