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