Add graph embeddings query

This commit is contained in:
Cyber MacGeddon 2024-08-12 17:14:02 +01:00
parent 7ac18077e5
commit e2896f6433
9 changed files with 104 additions and 3 deletions

6
scripts/ge-query-milvus Executable file
View file

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