- Rename embeddings-vectorize to graph-embeddings

- Added document-embeddings processor (broken, needs fixing)
This commit is contained in:
Cyber MacGeddon 2025-01-04 19:24:10 +00:00
parent 5227e3ac58
commit f184f11041
10 changed files with 148 additions and 25 deletions

View file

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