- Changed module names to idents in all processors

- Add --id argument to base
- Tweaked config into handler
This commit is contained in:
Cyber MacGeddon 2025-04-10 19:14:31 +01:00
parent a06a814a41
commit df6a11bb86
58 changed files with 82 additions and 67 deletions

View file

@ -13,7 +13,7 @@ from ... clients.embeddings_client import EmbeddingsClient
from ... log_level import LogLevel
from ... base import ConsumerProducer
module = ".".join(__name__.split(".")[1:-1])
module = "graph-embeddings"
default_input_queue = entity_contexts_ingest_queue
default_output_queue = graph_embeddings_store_queue