mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-16 09:34:30 -04:00
How do I pass session id in when using @chain #161
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @1100111GTH on GitHub (Apr 9, 2024).
Langserve return runnable object, and i .stream it on the client, but can't find id
@1100111GTH commented on GitHub (Apr 9, 2024):
i am not sure what kind object type bing send with invoke two dict, so may be may source: Dict problem, but i don't know how to fix it
@eyurtsev commented on GitHub (Apr 12, 2024):
I suspect that configuration isn't propagated to the
@chainCould you paraphrase the code to use a runnable sequence and serve that?
If you're able to share minimal reproducible code (with imports etc.), so i can copy and paste and get it working, it'll be easier for me to help