Skip to content

A full e2e example of an LLM-enabled web application

Notifications You must be signed in to change notification settings

usersina/langchain-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangChain Example

A full end to end example that demonstrates how to create LLM enabled web application using the LangChain library.

alt

Software components

Features

  • A ChatGPT like interface, directly connecting to a LangChain API
  • Ability to process SQL database using the SQL Agent
  • Response streaming capabilities using react-async-typewriter

Getting Started

1. Backend

See the directory's documentation for locally running the backend

2. Frontend

(cd frontend && yarn install && yarn dev)

About

A full e2e example of an LLM-enabled web application

Resources

Stars

Watchers

Forks