Tagged articles
30 articles
Page 1 of 1
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Apr 4, 2026 · Artificial Intelligence

How to Deploy the Free Open‑Source Enterprise ChatGPT Platform Onyx – Complete Guide

Onyx is a fully open‑source, self‑hosted enterprise RAG platform that integrates any LLM with internal knowledge sources to provide AI chat, intelligent search, custom agents, and automation actions, and this guide walks through its core features, architecture, real‑world use cases, competitor comparison, deployment steps, configuration, best practices, and security compliance.

AI chatbotDeploymentKnowledge Base
0 likes · 15 min read
How to Deploy the Free Open‑Source Enterprise ChatGPT Platform Onyx – Complete Guide
AI Software Product Manager
AI Software Product Manager
Mar 10, 2026 · Artificial Intelligence

How to Install and Configure OpenClaw AI Bot with Feishu Integration

This guide walks you through checking Node.js version, installing OpenClaw via script or npm, configuring personal mode, selecting a model provider and API key, setting up Feishu app credentials and permissions, managing versions, pairing the bot, and using common OpenClaw command‑line tools for operation and troubleshooting.

AI chatbotConfigurationFeishu
0 likes · 10 min read
How to Install and Configure OpenClaw AI Bot with Feishu Integration
SpringMeng
SpringMeng
Jan 30, 2026 · Artificial Intelligence

Hands‑On Guide: Build AI Agent Chatbots on Windows with RagFlow

Programmer Xiao Meng walks through a complete Windows setup for AI‑powered customer service agents using RagFlow, covering prerequisites, Docker and Ollama installation, model download, container deployment, configuration of knowledge bases, and testing, based on five real‑world projects.

AI chatbotDockerOllama
0 likes · 7 min read
Hands‑On Guide: Build AI Agent Chatbots on Windows with RagFlow
Woodpecker Software Testing
Woodpecker Software Testing
Jan 21, 2026 · Artificial Intelligence

Build an AI Agent with FastAPI & Alibaba Cloud: Text Q&A, Image Recognition, and Text‑to‑Image

This guide walks through designing and implementing an AI assistant that connects FastAPI to Alibaba Cloud large‑model services, supports streaming text Q&A, image understanding, text‑to‑image generation, network search, and MCP‑based map queries, with full front‑end and back‑end code examples.

AI chatbotAlibaba CloudFastAPI
0 likes · 38 min read
Build an AI Agent with FastAPI & Alibaba Cloud: Text Q&A, Image Recognition, and Text‑to‑Image
Zhihu Tech Column
Zhihu Tech Column
Sep 23, 2025 · Backend Development

Build a High‑Performance AI Chatbot with FUST Microservices and DeepSeek

This tutorial walks through using Zhihu's open‑source FUST microservice framework together with DeepSeek's language model API to design, implement, and deploy a scalable, high‑performance intelligent Q&A system, covering architecture, data models, service layers, and deployment scripts.

AI chatbotDeepSeekFUST
0 likes · 16 min read
Build a High‑Performance AI Chatbot with FUST Microservices and DeepSeek
Huolala Tech
Huolala Tech
Mar 27, 2025 · Artificial Intelligence

How Large Language Models Boost Huolala’s Customer Service Efficiency

This article explains how Huolala leverages large‑model AI to overcome high‑volume, complex logistics customer inquiries, detailing specific applications such as intent summarization, emotional support, and vehicle recommendation, and showing measurable improvements in coverage, speed, accuracy, and cost.

AI chatbotOperational Efficiencycustomer service AI
0 likes · 8 min read
How Large Language Models Boost Huolala’s Customer Service Efficiency
JD Tech
JD Tech
Oct 31, 2024 · Artificial Intelligence

Design and Implementation of the Logistics Intelligent Robot “Yunli XiaoZhi” Powered by Large Language Models

The article details the development of Yunli XiaoZhi, an AI‑driven logistics chatbot that combines knowledge‑base Q&A, data‑analysis, proactive alerts and report‑pushing to streamline SOP access, reduce manual query effort, and improve operational efficiency for operators, carriers and drivers.

AI chatbotKnowledge BaseRAG
0 likes · 22 min read
Design and Implementation of the Logistics Intelligent Robot “Yunli XiaoZhi” Powered by Large Language Models
DataFunSummit
DataFunSummit
Oct 27, 2024 · Artificial Intelligence

How Siemens Harnesses Generative AI to Build the Enterprise Knowledge Chatbot “XiaoYu”

This article describes Siemens' journey in applying generative AI and Retrieval‑Augmented Generation to create an internal knowledge chatbot, detailing the business challenges, technical architecture, data integration, multi‑modal capabilities, deployment outcomes, and strategic lessons for enterprise AI adoption.

AI chatbotData IntegrationEnterprise Knowledge Management
0 likes · 21 min read
How Siemens Harnesses Generative AI to Build the Enterprise Knowledge Chatbot “XiaoYu”
JD Cloud Developers
JD Cloud Developers
Sep 30, 2024 · Artificial Intelligence

How a Large‑Model Powered Bot Boosts Logistics Ops with Smart Q&A and Data Insights

This article describes the design, implementation, and impact of a large‑model‑driven logistics chatbot that unifies knowledge Q&A, data analysis, proactive alerts, and report pushing to streamline operations for functional staff, frontline workers, and managers, dramatically reducing query time and improving decision efficiency.

AI chatbotEnterprise AIKnowledge Base
0 likes · 20 min read
How a Large‑Model Powered Bot Boosts Logistics Ops with Smart Q&A and Data Insights
58UXD
58UXD
May 27, 2024 · Artificial Intelligence

How to Build AI Chatbots with Coze: Free ChatGPT‑4 Powered Platform

This guide introduces Coze, ByteDance's AI chatbot and app‑development platform that offers free ChatGPT‑4 access, outlines its core features such as plugins, knowledge bases, workflows and multi‑platform integration, and provides a step‑by‑step tutorial for creating and publishing your own AI bot.

AI PlatformAI chatbotChatGPT-4
0 likes · 8 min read
How to Build AI Chatbots with Coze: Free ChatGPT‑4 Powered Platform
21CTO
21CTO
Apr 12, 2024 · Artificial Intelligence

How I Built an AI‑Powered Resume Chatbot with LLMs and RAG

Senior developer Jon Olson shares how he created an AI resume assistant using GPT‑4/3.5, LangChain, LlamaIndex, and retrieval‑augmented generation, detailing prompt engineering, backend integration, and future routing features to help job seekers showcase their skills.

AI chatbotLLMLangChain
0 likes · 8 min read
How I Built an AI‑Powered Resume Chatbot with LLMs and RAG
php Courses
php Courses
Oct 28, 2023 · Artificial Intelligence

Building an Online Consulting Chatbot with ChatGPT PHP

This tutorial explains how to develop an online consulting chatbot using the ChatGPT PHP library, covering prerequisite setup, API key acquisition, installation, client creation, multi‑turn conversation handling, response extraction, and output, with complete code examples.

AI chatbotAPIChatGPT
0 likes · 4 min read
Building an Online Consulting Chatbot with ChatGPT PHP
php Courses
php Courses
Oct 24, 2023 · Artificial Intelligence

How to Build a ChatGPT-Powered Smart Chatbot Using PHP

This article explains step-by-step how to develop an intelligent ChatGPT-powered chatbot with PHP, covering environment setup, installing the PHP ChatGPT library, writing code to send messages and receive responses via the OpenAI API, and testing the bot with example scripts.

AI chatbotChatGPTOpenAI API
0 likes · 4 min read
How to Build a ChatGPT-Powered Smart Chatbot Using PHP
Java Architect Essentials
Java Architect Essentials
May 5, 2023 · Artificial Intelligence

How Forefront Chat Lets You Use GPT‑4 for Free: Features, Tests, and Limits

Forefront Chat, launched on April 21, provides free access to GPT‑4 and GPT‑3.5 without a subscription, offering model switching, role‑play characters, image generation, and chat sharing, while the author’s hands‑on tests reveal its capabilities, performance differences, and current service constraints.

AI chatbotForefront ChatFree AI
0 likes · 8 min read
How Forefront Chat Lets You Use GPT‑4 for Free: Features, Tests, and Limits
21CTO
21CTO
Feb 7, 2023 · Artificial Intelligence

Google’s Bard vs ChatGPT: Inside the New AI Chatbot and Its LaMDA Roots

Google unveiled its new conversational AI, Bard, built on the LaMDA model, positioning it as a direct competitor to ChatGPT; the article details its public testing, technical foundations, feature set, and key differences such as real‑time web integration and cost‑free access.

AI chatbotChatGPTGoogle AI
0 likes · 11 min read
Google’s Bard vs ChatGPT: Inside the New AI Chatbot and Its LaMDA Roots
Tencent Cloud Developer
Tencent Cloud Developer
Dec 13, 2022 · Mobile Development

How to Develop a ChatGPT WeChat Mini Program: A Step-by-Step Guide

This step‑by‑step guide walks developers through creating a ChatGPT‑powered WeChat mini program—from obtaining a mini‑program account and OpenAI API key, setting up the WXML/WXSS/JS project structure, integrating WeUI components, building a Node‑Egg backend, configuring Tencent Cloud API Gateway, to uploading, reviewing, and publishing the app.

AI chatbotAPI developmentBackend Integration
0 likes · 10 min read
How to Develop a ChatGPT WeChat Mini Program: A Step-by-Step Guide
Ctrip Technology
Ctrip Technology
May 26, 2022 · Operations

TS Operations System and Practices at Ctrip's Public Technical Service Center

This article details how Ctrip transformed its technical support team into a public TS organization, describing the evolution of its support models, the architecture of its operation system, AI‑driven service accounts, wiki automation, crawler tools, tagging strategies, monitoring dashboards, and future plans to enhance efficiency and user satisfaction.

AI chatbotCtripOperations
0 likes · 13 min read
TS Operations System and Practices at Ctrip's Public Technical Service Center
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Apr 2, 2022 · Artificial Intelligence

Design and Implementation of the Xiaosi Intelligent Customer Service Bot for Internal IM

This article details the design, architecture, key technologies, and deployment of Xiaosi, an AI‑powered intelligent customer service chatbot built on the internal IM platform, highlighting its problem‑diagnosis accuracy, manpower savings, adapter mechanism, high‑availability backend, and practical use cases.

AI chatbotBackendDjango
0 likes · 13 min read
Design and Implementation of the Xiaosi Intelligent Customer Service Bot for Internal IM
58 Tech
58 Tech
Mar 1, 2021 · Artificial Intelligence

Intelligent QABot for 58.com: Classification and Retrieval Model Exploration

This article describes how 58.com’s AI Lab built and continuously improved the QABot intelligent customer‑service system by designing classification and retrieval models, evaluating FastText, LSTM‑DSSM, BERT and a self‑developed SPTM framework, and finally fusing them to boost answer rates and user experience.

AI chatbotBERTModel Fusion
0 likes · 9 min read
Intelligent QABot for 58.com: Classification and Retrieval Model Exploration
JavaScript
JavaScript
Jan 7, 2021 · Frontend Development

What Are the Top Web Development Trends Shaping 2021?

This article outlines the key 2021 web development trends—including Progressive Web Apps, dark‑mode UI, AI chatbots, single‑page sites, voice search, enhanced security, and cloud computing—explaining their benefits, industry adoption, and why developers must embrace them to stay competitive.

AI chatbotDark UIPWA
0 likes · 6 min read
What Are the Top Web Development Trends Shaping 2021?
Tencent Cloud Developer
Tencent Cloud Developer
Sep 26, 2019 · Cloud Computing

How Cloud Development Transforms Mini‑Program Architecture: From Serverless Basics to Real‑Time AI Services

The article reviews the September 21 cloud‑development salon, detailing how Mini‑Program cloud services simplify backend setup, introduce serverless cloud calls, real‑time database push, value‑added functions and network interconnect, and showcases practical use cases such as game data streaming, AI chatbots, SCRM construction and movie‑ticketing operations.

AI chatbotMini ProgramSCRM
0 likes · 17 min read
How Cloud Development Transforms Mini‑Program Architecture: From Serverless Basics to Real‑Time AI Services
Tencent Cloud Developer
Tencent Cloud Developer
Sep 26, 2019 · Cloud Computing

How Mini‑Program Cloud Development Powers AI Chatbots: A Deep Dive

This article explores how Jisu Application leverages Tencent's mini‑program cloud development platform and serverless services to build efficient AI‑driven chatbots, detailing the platform's architecture, integration steps, backend management, and future enhancements for low‑cost, high‑performance mini‑program solutions.

AI chatbotMini ProgramServerless
0 likes · 14 min read
How Mini‑Program Cloud Development Powers AI Chatbots: A Deep Dive
JD Retail Technology
JD Retail Technology
Jun 13, 2017 · Artificial Intelligence

JD.com Presents Smart Supply Chain and AI-Driven Retail Innovations at the 15th China ECR Conference

At the 15th China ECR Conference in Hangzhou, JD.com’s Vice President Ma Song highlighted the company’s technology‑driven twelve‑year roadmap, showcasing smart supply‑chain solutions powered by big data and artificial intelligence that improve forecasting, pricing, inventory, and collaboration while enhancing the retail experience.

AI chatbotJD.comartificial intelligence
0 likes · 7 min read
JD.com Presents Smart Supply Chain and AI-Driven Retail Innovations at the 15th China ECR Conference