-
So I can create a new app via langchain-cli for making langservice integrations with fastapi. Though I want to implement langserve into an existing fastapi aplication. Question: Is there a proper way to implement langserve into a existing fastapi without having to create a new app with langchain-cli? |
Beta Was this translation helpful? Give feedback.
Answered by
eyurtsev
Sep 6, 2024
Replies: 1 comment
-
Yes, you can just use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
markat1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can just use
add_routes
-- take a look at the examples associated with this repo