From fa012ada3632bdd28d94ba40f02281416978494a Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Thu, 4 Sep 2025 13:18:19 +0100 Subject: [PATCH] Add entry point --- trustgraph-flow/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/trustgraph-flow/pyproject.toml b/trustgraph-flow/pyproject.toml index 3d0e7554..75428ff2 100644 --- a/trustgraph-flow/pyproject.toml +++ b/trustgraph-flow/pyproject.toml @@ -87,6 +87,7 @@ kg-store = "trustgraph.storage.knowledge:run" librarian = "trustgraph.librarian:run" mcp-tool = "trustgraph.agent.mcp_tool:run" 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"