A full end to end example that demonstrates how to create LLM enabled web application using the LangChain library.
- A backend app using Quart
- A react frontend with Vite
- 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
See the directory's documentation for locally running the backend
(cd frontend && yarn install && yarn dev)