Tag: #chatbot
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 25 posts
Building an Intelligent Telegram FAQ Bot with LangChain + RAG: A Document-Based Q&A System
Build a Telegram FAQ bot powered by LangChain and the RAG pipeline. A hands-on guide covering document loading, vector stores, conversation memory, and source citation.
2026-03-03 · 25 min read #chatbot#telegram#langchain#rag#pythonComplete Guide to Discord Bot Development: Slash Commands, Buttons, and Modals with Pycord
A complete hands-on guide to developing a Discord Bot with Pycord. Covers slash commands, button interactions, modal forms, embed messages, and Cog-based architecture at a production level.
2026-03-03 · 28 min read #chatbot#discord-bot#pycord#python#slash-commandsComplete Guide to Slack Bot Development — Building an AI Task Automation Bot with Bolt SDK
A guide to bot development using the Slack Bolt SDK. Covers app setup, slash commands, modal/Block Kit UI, event handling, LLM integration, and Socket Mode deployment with code examples.
2026-03-03 · 8 min read #chatbot#slack#bolt-sdk#python#automationTelegram Bot + Webhook Practical Guide: From Building a Bot with Python to Kubernetes Deployment
A complete guide to chatbot development using Telegram Bot API and Webhooks. Build a bot with python-telegram-bot and FastAPI, compare Polling vs Webhook, implement inline keyboards and command handlers, and deploy to Ku
2026-03-02 · 7 min read #telegram#bot#webhook#python#chatbotBuilding a RAG Chatbot — Create Your Own Document QA Bot with LangChain + ChromaDB + OpenAI
A hands-on guide to building a PDF document-based RAG chatbot from scratch using LangChain, ChromaDB, and OpenAI. Covers document loading, vector storage, prompt design, and a Streamlit UI.
2026-03-02 · 9 min read #rag#langchain#chromadb#openai#chatbot