LangChain + Streamlit

Visit the repo

What is LangChain?

LangChain is an open-source framework and developer toolkit for building LLM-powered apps. The library provides retrieval augmented generation tools, LLM agents, and the ability to chain together calls to LangChain components — all of which empower developers to build and ship generative AI applications.

See how an LLM “thinks”

  • Read the “mind” of an LLM
  • Generate a blog outline
  • Summarize text
# Your Python code here

Apps powered by LangChain

- 🦜🔗 Quickstart App

- MRKL

- LangChain: Chat with search

- Text Splitter Playground

- 🦜🔗 Text Summarization App

- LangChain: Chat with pandas DataFrame

- 🦜🔗 Blog Outline Generator App

- 🚢 Youtube to Chatbot

- LangChain examples

- 🦜🔗 Text to graph extraction

- LangChain Crash Course

Learn from the community

Want to contribute?

Build with LangChain + Streamlit

Help us build example Streamlit apps to demo LangChain agents, chains, and other modules by submitting a pull request to our shared repository.

Submit a PR