Closed ajndkr closed 1 year ago
This PR introduces a new feature: LangchainRouter
LangchainRouter
LangchainRouter inherits from FastAPI's APIRouter class and creates an API endpoint using your target Langchain object.
APIRouter
The routing module will be used to add support for other LLM frameworks.
routing
Description
This PR introduces a new feature:
LangchainRouter
LangchainRouter
inherits from FastAPI'sAPIRouter
class and creates an API endpoint using your target Langchain object.The
routing
module will be used to add support for other LLM frameworks.Changelog:
LangchainRouter
class