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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0ODM2NTIsIm5iZiI6MTczOTQ4MzM1MiwicGF0aCI6Ii8zNDk0MTE4NC8zNTE3MzAxMDMtZWQ3MzhjMDUtY2U2MS00ZmVhLWJlMmYtNzJlZDI2ZGE0ZDFiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIxNDkxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMzZGU4NzI1YjgwNDE4MDYxZjU1MWI3OGJhZmU1YTFjY2NiYmM0ODQ3YmUzOTVlZjYwMGEwMmMyNWMyM2FiZjMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.qvzI3PX4i1E5L8pHvAAsc9WVJg4ggdyr5IudccDfFjg)
Beta Was this translation helpful? Give feedback.
All reactions