Issue implementing langgraph use case with checkpointer and langserve #715
Unanswered
israelberko
asked this question in
Q&A
Replies: 1 comment
-
langgraph is not officially compatible with langserve (https://github.com/langchain-ai/langserve?tab=readme-ov-file#%EF%B8%8F-langgraph-compatibility) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following graph implementation:
I random n number of question and then want to ask them one by one to the user and get a response on each on of it.
the graph stops before the first collect_answer node but I don't manage to resume it once it stops
any idea what I'm doing missing?
and the langserve part:
this an image of the playground:
Beta Was this translation helpful? Give feedback.
All reactions