mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-20 18:51:03 +02:00
GOt it working
This commit is contained in:
parent
29f209980a
commit
faa50cbcdc
3 changed files with 3 additions and 3 deletions
|
|
@ -73,7 +73,7 @@ class Processor(ConsumerProducer):
|
|||
chunks=embeds,
|
||||
)
|
||||
|
||||
await self.producer.send(r)
|
||||
await self.send(r)
|
||||
|
||||
except Exception as e:
|
||||
print("Exception:", e, flush=True)
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ class Processor(ConsumerProducer):
|
|||
entities=entities,
|
||||
)
|
||||
|
||||
await self.producer.send(r)
|
||||
await self.send(r)
|
||||
|
||||
except Exception as e:
|
||||
print("Exception:", e, flush=True)
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ class Processor(ConsumerProducer):
|
|||
metadata=metadata,
|
||||
entities=entities,
|
||||
)
|
||||
await self.ec_prod.send(t)
|
||||
self.ec_prod.send(t)
|
||||
|
||||
async def handle(self, msg):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue