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:
![image](https://private-user-images.githubusercontent.com/34941184/351730103-ed738c05-ce61-4fea-be2f-72ed26da4d1b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDAzOTQsIm5iZiI6MTczOTMwMDA5NCwicGF0aCI6Ii8zNDk0MTE4NC8zNTE3MzAxMDMtZWQ3MzhjMDUtY2U2MS00ZmVhLWJlMmYtNzJlZDI2ZGE0ZDFiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE4NTQ1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY5YjA4MmM3ZjZhNDdkNzE2N2ZiNzI4MzkyNjNlNzAyY2JiOWJmMmQ2NzMyMDVkYzdkZWY4M2I5OTE2NDhkZTUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ztXdlgyvAbkWF2mom5Zi2rCGFKl0JbxVDK47z52eXDg)
Beta Was this translation helpful? Give feedback.
All reactions