mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 09:26:22 +02:00
Fix missing queue initialisation
This commit is contained in:
parent
da4caa863f
commit
410636b409
4 changed files with 11 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ class GraphEmbeddingsImport:
|
|||
pulsar_client, topic = queue, schema = GraphEmbeddings
|
||||
)
|
||||
|
||||
async def start(self):
|
||||
await self.publisher.start()
|
||||
|
||||
async def destroy(self):
|
||||
self.running.stop()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue