Closed ajndkr closed 1 year ago
This pull request introduces two new methods to the LangchainRouter class:
LangchainRouter
add_langchain_api_route
add_langchain_api_websocket_route
Description
This pull request introduces two new methods to the
LangchainRouter
class:add_langchain_api_route
: This method allows the addition of API routes to the router, supporting multiple langchain objects.add_langchain_api_websocket_route
: This method enables the addition of websocket routes to the router, accommodating multiple langchain objects.Changelog:
LangchainRouter