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"