How to Create a Node in LangGraph for a Static Chain Like Text-to-SQL Alongside an Agent Node? #2569
Unanswered
quartermaine
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a project using LangGraph, and I want to create a graph with two nodes:
The challenge I'm facing is that most LangGraph examples I've seen seem to focus on using agents for nodes, but I need one of my nodes to execute a static chain (like Text-to-SQL) without behaving as an agent.
My Question:
Here’s a simplified version of what I envision:
Any guidance, code snippets, or suggestions on structuring this graph would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions