Topic

Chatbot

Collection size
63 articles
Page 1 of 4
Big Data Technology Architecture
Big Data Technology Architecture
Feb 7, 2025 · Artificial Intelligence

How to Build a DeepSeek AI Assistant on DingTalk

This guide explains why DeepSeek is a valuable AI assistant, outlines the challenges of high demand, and provides step‑by‑step instructions for creating, configuring, testing, and publishing a DeepSeek AI assistant within the DingTalk platform to ensure stable access.

AI AssistantChatbotDeepSeek
0 likes · 4 min read
How to Build a DeepSeek AI Assistant on DingTalk
iKang Technology Team
iKang Technology Team
May 12, 2025 · Artificial Intelligence

Introducing Spring AI: Building a Simple Chat Application with DeepSeek

This article introduces Spring AI, explains its core features for integrating various AI models, and walks through creating a Spring Boot chat application that connects to the DeepSeek model using both synchronous and streaming endpoints.

ChatbotDeepSeekJava
0 likes · 7 min read
Introducing Spring AI: Building a Simple Chat Application with DeepSeek
Java Architect Essentials
Java Architect Essentials
Apr 2, 2025 · Backend Development

Integrating DeepSeek Large Language Model with Spring Boot to Build an AI Chat Application

This guide demonstrates how to create a Spring Boot backend that integrates DeepSeek's large language model via the Spring AI OpenAI starter, covering project setup, dependency configuration, API key management, and a sample controller that provides AI-powered chat responses such as weather forecasts.

ChatbotDeepSeekJava
0 likes · 8 min read
Integrating DeepSeek Large Language Model with Spring Boot to Build an AI Chat Application
Nightwalker Tech
Nightwalker Tech
Apr 17, 2025 · Artificial Intelligence

LangGraph Explained: Advanced AI Workflow Framework and Hands‑On Guide

This article introduces LangGraph, the next‑generation framework built on LangChain for constructing complex, stateful AI applications, compares it with LangChain, showcases real‑world deployments, and provides a step‑by‑step Python tutorial for building a smart customer‑service chatbot with looped reasoning, tool integration, and human‑in‑the‑loop support.

AI WorkflowAgentChatbot
0 likes · 20 min read
LangGraph Explained: Advanced AI Workflow Framework and Hands‑On Guide
DaTaobao Tech
DaTaobao Tech
Oct 9, 2024 · Artificial Intelligence

Building a Vertical Domain QA Bot with Vector Search, RAG, and SFT

This guide walks entry‑level developers through building a logistics‑focused QA bot by first embedding documents for vector similarity search, then adding retrieval‑augmented generation, fine‑tuning a small model, integrating hybrid checks, and optimizing deployment with feedback loops to achieve fast, accurate, out‑of‑scope‑aware answers.

AIChatbotFine‑tuning
0 likes · 15 min read
Building a Vertical Domain QA Bot with Vector Search, RAG, and SFT
Xianyu Technology
Xianyu Technology
Aug 4, 2021 · Artificial Intelligence

Design and Impact of a Chat Assistant for E‑commerce Negotiation and Greeting

The study presents an asynchronous chat‑assistant for second‑hand e‑commerce that uses intent recognition, price‑strength data, and filtered messaging to generate friendly bargaining and greeting scripts, achieving a 4 % rise in reply and conversion rates, and outlines plans to add more intents and richer product extraction.

Chatbotconversation AIe-commerce
0 likes · 8 min read
Design and Impact of a Chat Assistant for E‑commerce Negotiation and Greeting
Didi Tech
Didi Tech
Oct 22, 2020 · Artificial Intelligence

Multi-turn Response Triggering Model (MRTM) for Intelligent Customer Service Chatbots

The article reviews Didi’s research on a Multi‑turn Response Triggering Model (MRTM) that uses self‑supervised learning and asymmetric self‑attention to decide when a customer‑service chatbot should reply, achieving higher accuracy and recall than rule‑based and supervised baselines while remaining efficient enough for production deployment.

AIChatbotMulti-turn Dialogue
0 likes · 12 min read
Multi-turn Response Triggering Model (MRTM) for Intelligent Customer Service Chatbots
Airbnb Technology Team
Airbnb Technology Team
Jul 4, 2022 · Artificial Intelligence

Intelligent Customer Service Product: Overview, History, Architecture, and Future Trends

The article outlines the evolution, architecture, and core value of intelligent customer service systems—detailing their GUI‑based chatbot interface, triage and dialogue modes, knowledge‑base management, and operator benefits—while highlighting future trends such as richer human‑like interactions, 5G‑enabled channels, and continuous feedback‑driven improvement.

AIAutomationChatbot
0 likes · 12 min read
Intelligent Customer Service Product: Overview, History, Architecture, and Future Trends
Shopee Tech Team
Shopee Tech Team
Feb 17, 2022 · Artificial Intelligence

From Zero to One: Building and Optimizing Dropdown Recommendation in Shopee Chatbot

The article details Shopee Chatbot’s end‑to‑end development of a dropdown recommendation feature, describing the retrieve‑then‑rank architecture with BM25 and vector recalls, multilingual pre‑training and distillation, DeepFM‑based ranking, experimental gains in CTR and conversion, deployment infrastructure, business impact, and future enhancements.

CTR predictionChatbotdeep learning
0 likes · 20 min read
From Zero to One: Building and Optimizing Dropdown Recommendation in Shopee Chatbot
JD Tech Talk
JD Tech Talk
Sep 30, 2024 · Artificial Intelligence

Yunli XiaoZhi: An AI‑Powered Intelligent Assistant for Knowledge Q&A and Data Analysis in Logistics Operations

The document describes the design, implementation, and operational results of Yunli XiaoZhi, an AI‑driven portable knowledge‑base and data‑analysis chatbot that consolidates SOPs, manuals, and real‑time information for logistics staff, using LangChain‑based RAG, vector databases, and large‑model prompting to improve query efficiency, proactive alerts, and reporting across multiple user groups.

AIChatbotRAG
0 likes · 19 min read
Yunli XiaoZhi: An AI‑Powered Intelligent Assistant for Knowledge Q&A and Data Analysis in Logistics Operations
Ctrip Technology
Ctrip Technology
Nov 7, 2019 · Artificial Intelligence

Intelligent Customer Service in Travel: System Architecture and Key Technologies

This article explains the architecture and core technologies of Ctrip’s intelligent travel customer service, covering NLU, dialogue state tracking, policy learning, intent and slot extraction, multi‑round task bots, and the supporting platform for deployment and future multimodal extensions.

AIChatbotDialogue Management
0 likes · 12 min read
Intelligent Customer Service in Travel: System Architecture and Key Technologies
Qunar Tech Salon
Qunar Tech Salon
Mar 1, 2018 · Artificial Intelligence

Open-Domain Chatbot Implementation: Retrieval and Generative Approaches

This article explains the implementation of open-domain chatbots for customer service, comparing retrieval‑based and generative seq2seq approaches, describing hybrid methods that first attempt constrained retrieval before falling back to generation, and discusses training data, keyword extraction, and performance observations.

AIChatbotGeneration
0 likes · 6 min read
Open-Domain Chatbot Implementation: Retrieval and Generative Approaches
Qunar Tech Salon
Qunar Tech Salon
Jun 16, 2017 · Operations

OpsRobot: Chatbot‑Based Operations Automation Platform Overview

OpsRobot integrates development tools into a chat‑based interface, using custom plugins and APIs to automate low‑efficiency, error‑prone operational tasks, thereby streamlining workflows, improving efficiency, and enabling future capabilities such as self‑healing and automated scaling.

API gatewayChatbotOps Automation
0 likes · 5 min read
OpsRobot: Chatbot‑Based Operations Automation Platform Overview
58 Tech
58 Tech
Jun 24, 2022 · Artificial Intelligence

Reinforcement Learning for Lead Generation in Task‑Oriented Dialogue Systems

This article presents a reinforcement‑learning‑based approach to improve lead‑capture efficiency of a task‑oriented chatbot used in local services, detailing the system architecture, RL algorithms (DQN/DDQN), data construction, model training, offline and online evaluation, and the resulting commercial gains.

ChatbotDQNcustomer service
0 likes · 27 min read
Reinforcement Learning for Lead Generation in Task‑Oriented Dialogue Systems
58 Tech
58 Tech
Nov 16, 2021 · Artificial Intelligence

Deep Optimization of the 58 Yellow Pages Smart Chat Assistant for Enhanced User Experience and Business Opportunity Conversion

This article details the development and continuous optimization of 58.com’s Yellow Pages smart chat assistant, covering background, metrics, model improvements for QABot and TaskBot, slot extraction, quality assessment, and future directions, resulting in near‑human conversion rates and significant operational savings.

AIBusiness OpportunityChatbot
0 likes · 22 min read
Deep Optimization of the 58 Yellow Pages Smart Chat Assistant for Enhanced User Experience and Business Opportunity Conversion
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 29, 2024 · Artificial Intelligence

Building a "Dream of the Red Chamber" Reading Companion Bot with Coze

This article explains how to create an automated reading companion bot for "Dream of the Red Chamber" using the Coze platform, covering knowledge‑base setup, workflow design, JavaScript date handling, weather integration, language‑model note generation, and deployment steps.

AIAutomationChatbot
0 likes · 6 min read
Building a "Dream of the Red Chamber" Reading Companion Bot with Coze
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 11, 2024 · Artificial Intelligence

AI Hackathon Journey: Building the "Novel Jump" Bot on Coze Platform

This article recounts the author's participation in a Shenzhen AI Hackathon, detailing the development of an interactive novel‑character chatbot using the Coze platform, describing the workflow design, technical challenges, model choices, knowledge‑base construction, and the final demo and award outcomes.

AIChatbotCoze
0 likes · 12 min read
AI Hackathon Journey: Building the "Novel Jump" Bot on Coze Platform
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 13, 2022 · Backend Development

Building a Slackbot with Node.js and Slack's Bolt API

This tutorial walks through creating a Slackbot using the new Bolt API with Node.js, covering workspace setup, app creation, OAuth scopes, server configuration, code installation, environment variables, socket mode, slash commands, event subscriptions, a simple JSON knowledge‑base, and deployment steps.

Bolt APIChatbotNode.js
0 likes · 19 min read
Building a Slackbot with Node.js and Slack's Bolt API
Java Architect Essentials
Java Architect Essentials
Mar 9, 2025 · Backend Development

Building an AI-Powered Chatbot with Spring Boot and DeepSeek

This tutorial demonstrates how to create an AI-driven Spring Boot application by integrating DeepSeek's large language model, covering project setup, dependency configuration, API key management, and implementing a REST controller that provides weather forecasts via a conversational interface.

AIChatbotDeepSeek
0 likes · 8 min read
Building an AI-Powered Chatbot with Spring Boot and DeepSeek