From f6ce180fb1aaa9a2e49aa9d037bd625c1e8be012 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Tue, 9 Sep 2025 21:44:07 +0100 Subject: [PATCH] Remove unused entrypoint --- trustgraph-flow/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/trustgraph-flow/pyproject.toml b/trustgraph-flow/pyproject.toml index 0e9b5b0d..a0929eee 100644 --- a/trustgraph-flow/pyproject.toml +++ b/trustgraph-flow/pyproject.toml @@ -90,7 +90,6 @@ metering = "trustgraph.metering:run" nlp-query = "trustgraph.retrieval.nlp_query:run" objects-write-cassandra = "trustgraph.storage.objects.cassandra:run" objects-query-cassandra = "trustgraph.query.objects.cassandra:run" -oe-write-milvus = "trustgraph.storage.object_embeddings.milvus:run" pdf-decoder = "trustgraph.decoding.pdf:run" pdf-ocr-mistral = "trustgraph.decoding.mistral_ocr:run" prompt-template = "trustgraph.prompt.template:run"