{"id":16094292,"url":"https://github.com/shashankdeshpande/langchain-chatbot","last_synced_at":"2025-12-29T23:13:07.260Z","repository":{"id":178944851,"uuid":"662567193","full_name":"shashankdeshpande/langchain-chatbot","owner":"shashankdeshpande","description":"Examples of chatbot implementations with Langchain and Streamlit","archived":false,"fork":false,"pushed_at":"2024-04-13T20:41:13.000Z","size":15,"stargazers_count":97,"open_issues_count":1,"forks_count":79,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T06:59:40.019Z","etag":null,"topics":["chatbot","chatgpt","langchain","openai-api","streamlit"],"latest_commit_sha":null,"homepage":"https://langchain-chatbot.streamlit.app","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shashankdeshpande.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-07-05T12:10:56.000Z","updated_at":"2024-04-15T07:02:22.165Z","dependencies_parsed_at":null,"dependency_job_id":"1f61c38a-bc94-43e7-9594-86b41f935e8c","html_url":"https://github.com/shashankdeshpande/langchain-chatbot","commit_stats":null,"previous_names":["shashankdeshpande/llm-chatbot","shashankdeshpande/langchain-chatbot"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashankdeshpande%2Flangchain-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashankdeshpande%2Flangchain-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashankdeshpande%2Flangchain-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashankdeshpande%2Flangchain-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shashankdeshpande","download_url":"https://codeload.github.com/shashankdeshpande/langchain-chatbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237793870,"owners_count":19367421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","chatgpt","langchain","openai-api","streamlit"],"created_at":"2024-10-09T17:01:48.502Z","updated_at":"2025-10-23T07:30:37.132Z","avatar_url":"https://github.com/shashankdeshpande.png","language":"Python","funding_links":[],"categories":["Chatbots"],"sub_categories":[],"readme":"# Chatbot Implementations with Langchain + Streamlit\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/shashankdeshpande/langchain-chatbot?quickstart=1)\n\nLangchain is a powerful framework designed to streamline the development of applications using Language Models (LLMs). \\\nIt provides a comprehensive integration of various components, simplifying the process of assembling them to create robust applications.\n\n## 💬 Sample chatbot use cases\nHere are a few examples of chatbot implementations using Langchain and Streamlit:\n-  **Basic Chatbot** \\\n  Engage in interactive conversations with the LLM.\n\n- **Context aware chatbot** \\\n  A chatbot that remembers previous conversations and provides responses accordingly.\n\n-  **Chatbot with Internet Access** \\\n  An internet-enabled chatbot capable of answering user queries about recent events.\n\n-  **Chat with your documents** \\\n  Empower the chatbot with the ability to access custom documents, enabling it to provide answers to user queries based on the referenced information.\n\n-  **Chat with SQL database** \\\n  Enable the chatbot to interact with a SQL database through simple, conversational commands.\n\n-  **Chat with Websites** \\\n  Enable the chatbot to interact with website contents.\n\n## \u003cimg src=\"https://streamlit.io/images/brand/streamlit-mark-color.png\" width=\"40\" height=\"22\"\u003e Streamlit App\nCreated a multi-page streamlit app containing all sample chatbot use cases. \\\nYou can access this app through this link: [langchain-chatbot.streamlit.app](https://langchain-chatbot.streamlit.app)\n\n[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://langchain-chatbot.streamlit.app/)\n\n## 🖥️ Running locally\n```shell\n# Run main streamlit app\n$ streamlit run Home.py\n```\n\n## 📦 Running with Docker\n```shell\n# To generate image\n$ docker build -t langchain-chatbot .\n\n# To run the docker container\n$ docker run -p 8501:8501 langchain-chatbot\n```\n\n## 💁 Contributing\nPlanning to add more chatbot examples over time. PRs are welcome.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashankdeshpande%2Flangchain-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshashankdeshpande%2Flangchain-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashankdeshpande%2Flangchain-chatbot/lists"}