#!/usr/bin/env python3

from trustgraph.storage.doc_embeddings.qdrant import run

run()

