Topic

Chatbot

Collection size
63 articles
Page 2 of 4
Architecture Digest
Architecture Digest
Feb 18, 2025 · Artificial Intelligence

Integrating DeepSeek Large Model with Spring AI: A Step‑by‑Step Guide

This article explains how to obtain a DeepSeek API key, configure Spring AI with the appropriate base URL and model, and provides Java code examples for both synchronous and streaming chat interactions using the DeepSeek large‑language model.

API IntegrationChatbotDeepSeek
0 likes · 5 min read
Integrating DeepSeek Large Model with Spring AI: A Step‑by‑Step Guide
Code Ape Tech Column
Code Ape Tech Column
Feb 14, 2025 · Artificial Intelligence

Integrating DeepSeek Large Model with Spring AI: A Step‑by‑Step Guide

This article explains how to integrate DeepSeek's large language models—both the chat‑oriented deepseek‑chat and the reasoning‑focused deepseek‑reasoner—into a Spring AI application, covering API key setup, base‑URL configuration, model selection, and providing full code examples for dependency, configuration, and a simple chat controller.

AIChatbotDeepSeek
0 likes · 6 min read
Integrating DeepSeek Large Model with Spring AI: A Step‑by‑Step Guide
DevOps
DevOps
Mar 6, 2025 · Artificial Intelligence

Building Multi-Model Chat Agents with Dify: Integrating DeepSeek‑R1 and Gemini

This article explains how to create a high‑performance multi‑model chat agent on the Dify platform by combining DeepSeek‑R1 for reasoning and Gemini for answer generation, covering the underlying principles, configuration steps, API integration, performance benchmarks, and practical deployment guidance.

API IntegrationChatbotDeepSeek
0 likes · 12 min read
Building Multi-Model Chat Agents with Dify: Integrating DeepSeek‑R1 and Gemini
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Feb 25, 2025 · Artificial Intelligence

Getting Started with Spring AI: Building a Hello‑World Application Using DeepSeek

This tutorial explains what Spring AI is, walks through creating a Spring Boot project with Maven, adding the necessary dependencies, writing a simple controller that forwards user messages to a local DeepSeek model, configuring the application, and testing the AI‑powered endpoint.

AI integrationChatbotDeepSeek
0 likes · 10 min read
Getting Started with Spring AI: Building a Hello‑World Application Using DeepSeek
DataFunSummit
DataFunSummit
Apr 16, 2025 · Artificial Intelligence

ChatBI: NetEase’s AI‑Powered Business Intelligence Platform – Architecture, Capabilities, and Real‑World Applications

This article introduces ChatBI, NetEase’s AI‑driven BI solution, detailing its product architecture, the opportunities and challenges AI brings to data analysis, the underlying NL2SQL model, performance‑optimizing techniques such as materialized views, open integration capabilities, and several enterprise deployment cases.

AIBusiness IntelligenceChatbot
0 likes · 21 min read
ChatBI: NetEase’s AI‑Powered Business Intelligence Platform – Architecture, Capabilities, and Real‑World Applications
DataFunTalk
DataFunTalk
Jan 26, 2022 · Artificial Intelligence

Exploring and Practicing Generative Chat in OPPO's XiaoBu Assistant

This article presents a comprehensive overview of OPPO's XiaoBu Assistant, detailing its research background, chat skill architecture, evolution from retrieval and rule‑based methods to generative models, industry model comparisons, decoding and ranking strategies, safety mechanisms, performance optimizations, and evaluation results.

ChatbotNLPOPPO
0 likes · 20 min read
Exploring and Practicing Generative Chat in OPPO's XiaoBu Assistant
DataFunTalk
DataFunTalk
Oct 21, 2019 · Artificial Intelligence

Challenges and Future Directions of Chatbots: From Virtual Life to Multimodal Interaction

This talk analyzes the technical and practical challenges of current chatbots, introduces the next‑generation paradigm of virtual life, and details how AI technologies such as speech, vision, NLP, and knowledge graphs can be combined with multimodal interaction to create more intelligent and engaging conversational agents.

AIChatbotNLP
0 likes · 25 min read
Challenges and Future Directions of Chatbots: From Virtual Life to Multimodal Interaction
DataFunTalk
DataFunTalk
Mar 8, 2019 · Artificial Intelligence

Alibaba's Intelligent Service Bot (Ali Xiaomì): Platform Overview, Intent Recognition, Machine Reading Comprehension, Multi‑turn Recommendation, and Transfer Learning

The article presents an in‑depth overview of Alibaba's intelligent service bot Ali Xiaomì, covering its platform evolution, core NLP techniques such as intent recognition and machine reading comprehension, multi‑turn recommendation strategies, transfer‑learning approaches across domains and languages, and future technical challenges.

AIChatbotNatural Language Processing
0 likes · 11 min read
Alibaba's Intelligent Service Bot (Ali Xiaomì): Platform Overview, Intent Recognition, Machine Reading Comprehension, Multi‑turn Recommendation, and Transfer Learning
DataFunTalk
DataFunTalk
Nov 1, 2018 · Artificial Intelligence

Intelligent Customer Service at Meituan: NLP Techniques, System Architecture, and Real‑World Deployment

The article presents a comprehensive overview of Meituan's intelligent customer service system, detailing its evolution, the roles of QABot, TaskBot and ChatBot, the underlying NLP and knowledge‑graph technologies, model implementations such as DSSM and Seq2seq, and the impressive operational results achieved in food‑delivery and ride‑hailing services.

ChatbotDeep LearningIntelligent Customer Service
0 likes · 14 min read
Intelligent Customer Service at Meituan: NLP Techniques, System Architecture, and Real‑World Deployment
Java Captain
Java Captain
Apr 16, 2025 · Artificial Intelligence

Building an AI‑Powered MySQL Query Assistant with MaxKB and Alibaba Cloud Bailei Model

This guide explains how to connect an Alibaba Cloud Bailei large language model to a MySQL database using MaxKB, create semantic‑to‑SQL nodes, define system roles, and build an AI assistant that can answer operational questions with natural‑language responses and SQL queries.

AIChatbotMaxKB
0 likes · 28 min read
Building an AI‑Powered MySQL Query Assistant with MaxKB and Alibaba Cloud Bailei Model
Python Programming Learning Circle
Python Programming Learning Circle
Apr 22, 2022 · Artificial Intelligence

Building a Python Voice Chatbot with Baidu AI Speech Recognition and Qingyunke

This tutorial explains how to create a Python voice chatbot by recording audio, converting speech to text with Baidu AI, sending the text to the Qingyunke chatbot API for a response, and finally synthesizing the reply back into speech using pyttsx3.

Baidu AIChatbotqingyunke
0 likes · 8 min read
Building a Python Voice Chatbot with Baidu AI Speech Recognition and Qingyunke
macrozheng
macrozheng
Mar 3, 2025 · Artificial Intelligence

Integrate DeepSeek with Spring AI: Step‑by‑Step Spring Boot Guide

This tutorial walks you through integrating DeepSeek via Spring AI into a Spring Boot project, covering Spring AI basics, obtaining an API key, adding dependencies and configuration, implementing controller endpoints, testing with Postman, and accessing the full source code.

AI integrationChatbotDeepSeek
0 likes · 7 min read
Integrate DeepSeek with Spring AI: Step‑by‑Step Spring Boot Guide
Instant Consumer Technology Team
Instant Consumer Technology Team
Jun 13, 2025 · Artificial Intelligence

Unlocking RAGFlow: How Retrieval‑Augmented Generation & Flow Transform AI Applications

RAGFlow is an AI architecture that merges Retrieval‑Augmented Generation with a dynamic Flow control mechanism, offering real‑time knowledge retrieval, high‑quality text generation, and flexible deployment across content creation, intelligent QA, and enterprise solutions while outlining its technical principles, advantages, challenges, and installation steps.

AIChatbotRAGFlow
0 likes · 25 min read
Unlocking RAGFlow: How Retrieval‑Augmented Generation & Flow Transform AI Applications
Bilibili Tech
Bilibili Tech
Jan 16, 2024 · Artificial Intelligence

Design and Implementation of Bilibili's Intelligent Customer Service System

Bilibili created an AI‑powered customer‑service platform that integrates a WeChat Work chat UI, a conversation state machine, Elasticsearch and LLM‑based FAQ retrieval, and a low‑code admin console, replacing a thousand‑person manual support team, handling thousands of queries, boosting resolution rates and enabling cross‑team reuse.

ChatbotElasticsearchIntelligent Customer Service
0 likes · 13 min read
Design and Implementation of Bilibili's Intelligent Customer Service System
Ctrip Technology
Ctrip Technology
Jun 18, 2020 · Artificial Intelligence

Design and Implementation of a One‑Stop Customer Service Chatbot at Ctrip

This article describes the motivation, advantages, challenges, overall architecture, and natural‑language‑understanding algorithms of Ctrip’s one‑stop chatbot that consolidates multi‑service line support into a single entry, enabling seamless travel‑related queries, recommendations, and bookings.

AIChatbotCtrip
0 likes · 13 min read
Design and Implementation of a One‑Stop Customer Service Chatbot at Ctrip
Ctrip Technology
Ctrip Technology
Oct 19, 2017 · Artificial Intelligence

Future Intent Prediction for Chatbots: Architecture, Techniques, and Evaluation

This article presents a comprehensive overview of JD.com’s JIMI chatbot system and introduces a data‑driven future‑intent prediction framework that leverages NLP, deep learning, and clustering to anticipate user questions both before and during a conversation, improving efficiency and user experience.

AIChatbotDeep Learning
0 likes · 9 min read
Future Intent Prediction for Chatbots: Architecture, Techniques, and Evaluation
Ctrip Technology
Ctrip Technology
Oct 19, 2017 · Artificial Intelligence

Intelligent Human‑Computer Interaction: Technical Practices of Alibaba’s “Ali Xiaomi” Chatbot

This article presents a comprehensive overview of Alibaba’s intelligent chatbot “Ali Xiaomi”, covering industry context, e‑commerce deployment, NLU architecture, intent‑matching layers, deep‑learning‑based intent classification, reinforcement‑learning‑driven recommendation, knowledge‑graph‑enhanced services, and hybrid retrieval‑generation dialogue models, with future outlooks for AI‑driven interaction.

ChatbotDeep LearningReinforcement Learning
0 likes · 18 min read
Intelligent Human‑Computer Interaction: Technical Practices of Alibaba’s “Ali Xiaomi” Chatbot
Qunar Tech Salon
Qunar Tech Salon
Jul 10, 2017 · Artificial Intelligence

Qunar Intelligent Service Robot: Architecture, Cognitive System, and Iterative Development

The article details Qunar's development of an AI-powered customer service robot, describing its motivation, data analysis, multi‑phase cognitive system architecture, knowledge‑base management, evaluation mechanisms, and future integration into a group‑wide intelligent service platform to improve service efficiency and reduce costs.

AIChatbotDeep Learning
0 likes · 17 min read
Qunar Intelligent Service Robot: Architecture, Cognitive System, and Iterative Development
58 Tech
58 Tech
Mar 14, 2023 · Artificial Intelligence

Dialogue Robot Technology Practices in Recruitment Platforms

The DataFun Summit 2023 featured a presentation by senior AI engineer Sang Hailong on building and applying dialogue robot technologies—including QABot, TaskBot, intent recognition, and intelligent double‑call—in 58.com’s recruitment platform, with experimental insights on ChatGPT integration.

AIChatGPTChatbot
0 likes · 3 min read
Dialogue Robot Technology Practices in Recruitment Platforms
58 Tech
58 Tech
Jun 4, 2021 · Artificial Intelligence

Architecture and Evolution of the 58 Intelligent Q&A Chatbot System

This article details the design, iterative development, and performance optimizations of 58's AI‑driven intelligent Q&A chatbot, covering its overall three‑layer architecture, the QABot, TaskBot, and answer‑recommendation modules, as well as dynamic strategy adjustment, caching mechanisms, and real‑world deployment results.

AIChatbotNLP
0 likes · 16 min read
Architecture and Evolution of the 58 Intelligent Q&A Chatbot System