Ollama embeddings module

This commit is contained in:
Cyber MacGeddon 2024-07-16 17:24:16 +01:00
parent 19a05bb092
commit 50a114fbbe
5 changed files with 193 additions and 2 deletions

6
scripts/embeddings-ollama Executable file
View file

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