mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-20 18:51:03 +02:00
- Changed module names to idents in all processors
- Add --id argument to base - Tweaked config into handler
This commit is contained in:
parent
a06a814a41
commit
df6a11bb86
58 changed files with 82 additions and 67 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue