Fix async/sync load issues with knowledge streaming APIs (#315)

This commit is contained in:
cybermaggedon 2025-03-15 12:38:10 +00:00 committed by GitHub
parent c08779ff3c
commit a922852017
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 8 deletions

View file

@ -51,7 +51,7 @@ class TriplesLoadEndpoint(SocketEndpoint):
triples=to_subgraph(data["triples"]),
)
await self.publisher.send(None, elt)
self.publisher.send(None, elt)
running.stop()