Langchain using typescript #284
Answered
by
eyurtsev
sidharth-14
asked this question in
Q&A
-
I want to create chain using typescript and use those chains to make the api endpoint using langserve. Is this possible and are there in documentation I can refer to. |
Beta Was this translation helpful? Give feedback.
Answered by
eyurtsev
Dec 9, 2023
Replies: 1 comment
-
Hi @sidharth-14, At the moment, the langserve backend is entirely in python, so you'll need to write the chain in python as well. Langchain js and python are very similar to though, so it may not be too difficult to port over your changes to python. Could you say a bit more about your use case? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sidharth-14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @sidharth-14,
At the moment, the langserve backend is entirely in python, so you'll need to write the chain in python as well.
Langchain js and python are very similar to though, so it may not be too difficult to port over your changes to python.
Could you say a bit more about your use case?