mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-01 19:32:38 +02:00
Tweak subscriber name
This commit is contained in:
parent
b8bc2ba109
commit
2628558fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class Processor(ConsumerProducer):
|
|||
|
||||
self.embeddings = EmbeddingsClient(
|
||||
pulsar_host=self.pulsar_host,
|
||||
subscriber=module + "emb",
|
||||
subscriber=module + "-emb",
|
||||
)
|
||||
|
||||
def emit(self, source, chunk, vectors):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue