ajndkr / lanarky

The web framework for building LLM microservices
https://lanarky.ajndkr.com/
MIT License
975 stars 74 forks source link

feat: add `LangchainRouter` #66

Closed ajndkr closed 1 year ago

ajndkr commented 1 year ago

Description

This PR introduces a new feature: LangchainRouter

LangchainRouter inherits from FastAPI's APIRouter 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: