aburkleaux-amazon / langchain-aws-template

Application template for service api using langchain and generative model services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

langchain-aws-template

This package contains code templates to deploy langchain based services to AWS. The templates contain both the infrastructure (CDK code) and the application code to run these services. At present, the following templates are included.

  1. Lambda Service: An API Gateway + Lambda based REST service, that can connect to any front end application to create a chat like request-reply application. There is a demo web app included to interact with the deployed service.

  1. Slack Bot: An API Gateway + Lambda based REST service, that can process slack messages by calling an LLM chain and send reply to the slack channel where the bot is installed.

Prerequisites

About

Application template for service api using langchain and generative model services

License:Other


Languages

Language:Python 94.3%Language:Shell 4.4%Language:Makefile 1.4%