<!-- LLM_VERSION_INFO
FORMAT: text/markdown
CONTENT_TYPE: article
ORIGINAL_URL: https://streamlit.io/partners/langchain
ALTERNATE_VERSION: partners/langchain/index.html (text/html)
EXTRACTION_DATE: 2026-04-17T00:45:18.519Z

This is the markdown version with text-only content (images converted to alt-text).
For rich formatting with images, request the HTML version at: partners/langchain/index.html
-->

## LangChain + Streamlit

[Visit the repo](https://github.com/langchain-ai/langchain)

## 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

```python
# Your Python code here
```

## Apps powered by LangChain

- 
  [**🦜🔗 Quickstart App**](https://langchain-quickstart.streamlit.app/?ref=streamlit-io-gallery-null)

- 
  [**MRKL**](https://langchain-mrkl.streamlit.app/?ref=streamlit-io-gallery-null)

- 
  [**LangChain: Chat with search**](https://langchain-chat-search.streamlit.app/?ref=streamlit-io-gallery-null)

- 
  [**Text Splitter Playground**](https://langchain-text-splitter.streamlit.app/?ref=streamlit-io-gallery-null)

- 
  [**🦜🔗 Text Summarization App**](https://langchain-text-summarization.streamlit.app/?ref=streamlit-io-gallery-null)

- 
  [**LangChain: Chat with pandas DataFrame**](https://chat-pandas-df.streamlit.app/?ref=streamlit-io-gallery-null)

- 
  [**🦜🔗 Blog Outline Generator App**](https://langchain-outline-generator.streamlit.app/?ref=streamlit-io-gallery-null)

- 
  [**🚢 Youtube to Chatbot**](https://youtube-to-chatbot.streamlit.app/?ref=streamlit-io-gallery-null)

- 
  [**LangChain examples**](https://langchain-examples.streamlit.app/?ref=streamlit-io-gallery-null)

- 
  [**🦜🔗 Text to graph extraction**](https://auto-graph.streamlit.app/?ref=streamlit-io-gallery-null)

- 
  [**LangChain Crash Course**](https://learnlangchain.streamlit.app/?ref=streamlit-io-gallery-null)

## Learn from the community

- \
\
Build an LLM-powered app in 18 lines of code](https://blog.streamlit.io/langchain-tutorial-1-build-an-llm-powered-app-in-18-lines-of-code/)
- \
\
Build a text summarization app](https://blog.streamlit.io/langchain-tutorial-3-build-a-text-summarization-app/)
- \
\
Build an Ask the Data app](https://blog.streamlit.io/langchain-tutorial-5-build-an-ask-the-data-app/)

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](https://github.com/langchain-ai/streamlit-agent/pulls)
