LangChain + Streamlit
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
- MRKL
- LangChain: Chat with pandas DataFrame
- 🦜🔗 Blog Outline Generator App
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.