# langchain-chatbot **Repository Path**: scphbin/langchain-chatbot ## Basic Information - **Project Name**: langchain-chatbot - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-13 - **Last Updated**: 2023-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chatbot Implementations with Langchain + Streamlit [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://langchain-chatbot.streamlit.app/) Langchain is a powerful framework designed to streamline the development of applications using Language Models (LLMs). \ It provides a comprehensive integration of various components, simplifying the process of assembling them to create robust applications. ## 💬 Sample chatbot use cases Here are a few examples of chatbot implementations using Langchain and Streamlit: - **Basic Chatbot** \ Engage in interactive conversations with the LLM. - **Context aware chatbot** \ A chatbot that remembers previous conversations and provides responses accordingly. - **Chatbot with Internet Access** \ An internet-enabled chatbot capable of answering user queries about recent events. - **Chat with your documents** \ Empower the chatbot with the ability to access custom documents, enabling it to provide answers to user queries based on the referenced information. ## Streamlit App Created a multi-page streamlit app containing all sample chatbot use cases. \ You can access this app through this link: [langchain-chatbot.streamlit.app](https://langchain-chatbot.streamlit.app) ## 🖥️ Running locally ```shell # Run main streamlit app $ streamlit run Home.py ``` ## 💁 Contributing Planning to add more chatbot examples over time. PRs are welcome.