mirror of
https://github.com/langchain-ai/streamlit-agent.git
synced 2026-07-01 09:25:05 -04:00
Add section for additional app links (#38)
This commit is contained in:
@@ -19,6 +19,16 @@ Apps feature LangChain 🤝 Streamlit integrations such as the
|
||||
[Callback integration](https://python.langchain.com/docs/modules/callbacks/integrations/streamlit) and
|
||||
[StreamlitChatMessageHistory](https://python.langchain.com/docs/integrations/memory/streamlit_chat_message_history).
|
||||
|
||||
## More great app examples
|
||||
|
||||
Check out some other full examples of apps that utilize LangChain + Streamlit:
|
||||
|
||||
- [Auto-graph](https://auto-graph.streamlit.app/) - Build knowledge graphs from user-input text ([Source code](https://github.com/langchain-ai/langchain-benchmarks/blob/main/extraction/streamlit_app.py))
|
||||
- [Web Explorer](https://web-explorer.streamlit.app/) - Retrieve and summarize insights from the web ([Source code](https://github.com/langchain-ai/web-explorer))
|
||||
- [LangChain Teacher](https://lang-teacher.streamlit.app/) - Learn LangChain from an LLM tutor ([Source code](https://github.com/langchain-ai/langchain-teacher))
|
||||
- [Text Splitter Playground](https://langchain-text-splitter.streamlit.app/) - Play with various types of text splitting for RAG ([Source code](https://github.com/langchain-ai/text-split-explorer))
|
||||
- [Tweet Generator](https://elon-twitter-clone.streamlit.app/) - Fine tune GPT-3.5 on tweets ([Source code](https://github.com/langchain-ai/twitter-finetune))
|
||||
|
||||
## Setup
|
||||
|
||||
This project uses [Poetry](https://python-poetry.org/) for dependency management.
|
||||
|
||||
Reference in New Issue
Block a user