@Laughfir Because I have did a knowledge graph for an use case and I implemented in dev and while I look at the system metrics, the memory was definitely not at all happy. And we saw a real system issues. Systems are the real bottleneck!
@Laughfir It again brings a famous problem "well it works on my system", when we implement dependency graph against an agent in organization wide it brings concurrency problem where it's manageable atleast from my view we can manage it with go channels and routines. But still!!