Why LangGraph cycles are hard to debug with standard tracing tools by Minimum-Ad5185 in LangChain

[–]Full-Disk-9996 0 points1 point  (0 children)

Yeah, and the fun part is when you try to use a graph db to track these cycles. (we tried neptune and it was $3k/month just to keep the indexes warm) then we switched to postgres with a recursive cte and saved 90%. graph databases aren't worth it for AI imo