#!/usr/bin/env python3

from trustgraph.storage.graph_embeddings.milvus import run

run()

