Tagged articles

FastGPT

17 articles · Page 1 of 1
Black & White Path
Black & White Path
May 12, 2026 · Information Security

How FastGPT’s NoSQL Injection (CVE‑2026‑40351) Enables Admin Login Bypass – A Deep Dive

The FastGPT AI Agent platform suffers a critical NoSQL injection (CVE‑2026‑40351) that lets attackers bypass authentication by injecting MongoDB operators into the password field, granting admin or root access, and the article details the flaw, its impact, proof‑of‑concept, and mitigation steps.

Authentication BypassCVE-2026-40351FastGPT
0 likes · 10 min read
How FastGPT’s NoSQL Injection (CVE‑2026‑40351) Enables Admin Login Bypass – A Deep Dive
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Apr 27, 2026 · Artificial Intelligence

How AI and Automation Overcome Multilingual Testing Challenges in Global Product Localization

This article details Coohom's AI‑driven, automated workflow for multilingual testing, covering the four main localization pain points, the construction of an AI language‑validation system, practical implementations for UI and API testing, and measurable results that reduced defect rates and cut regression time from a week to minutes.

AIAutomationCI/CD
0 likes · 12 min read
How AI and Automation Overcome Multilingual Testing Challenges in Global Product Localization
Ubiquitous Tech
Ubiquitous Tech
Sep 9, 2025 · Artificial Intelligence

Integrating FastGPT Workflow with Spring AI MCP for Train Ticket AI Chatbot

This article demonstrates how to resolve AI hallucination in train‑ticket queries by cleaning data, building a Spring AI‑based Model Context Protocol (MCP) server with HTTP SSE in Java, exposing it as a tool, and seamlessly integrating the server into a FastGPT workflow to enable natural‑language train‑ticket assistance.

AI chatbotFastGPTHTTP SSE
0 likes · 26 min read
Integrating FastGPT Workflow with Spring AI MCP for Train Ticket AI Chatbot
Ubiquitous Tech
Ubiquitous Tech
Aug 7, 2025 · Artificial Intelligence

How to Use RAG Tool Calls in FastGPT for Real-Time Train Ticket Queries

This article walks through integrating RAG‑based tool calling into a FastGPT workflow to enable AI‑driven customer service that can fetch real‑time train ticket information by invoking external APIs, configuring HTTP nodes, and handling parameters step by step.

AI Customer ServiceFastGPTHTTP API
0 likes · 18 min read
How to Use RAG Tool Calls in FastGPT for Real-Time Train Ticket Queries
Ubiquitous Tech
Ubiquitous Tech
Jun 15, 2025 · Artificial Intelligence

How to Build a Resume‑Screening AI Agent Workflow with FastGPT

This article walks through building a FastGPT‑powered AI agent that automatically parses, scores, and records resumes in Feishu multi‑dimensional tables, detailing the problem of manual screening, the workflow configuration, prompt design, and the resulting efficiency gains.

AI resume screeningFastGPTFeishu
0 likes · 9 min read
How to Build a Resume‑Screening AI Agent Workflow with FastGPT
Ubiquitous Tech
Ubiquitous Tech
Jun 6, 2025 · Artificial Intelligence

Part 5: Boosting Travel AI Chatbot with RAG – Anaphora Resolution and Query Rewriting

This article explains how to enhance a travel‑focused AI customer‑service system by importing structured and unstructured data into a RAG pipeline, then applying anaphora resolution and query rewriting techniques—illustrated with FastGPT workflows, prompt templates, and practical examples—to improve retrieval accuracy and answer relevance.

AI chatbotAnaphora ResolutionFastGPT
0 likes · 19 min read
Part 5: Boosting Travel AI Chatbot with RAG – Anaphora Resolution and Query Rewriting
Ubiquitous Tech
Ubiquitous Tech
May 25, 2025 · Artificial Intelligence

Understanding RAG: The Core Capability Behind AI Customer Service

This article explains why Retrieval‑Augmented Generation (RAG) is essential for AI‑driven customer service, outlines the limitations of large language models, details the three‑stage RAG workflow (indexing, retrieval, generation), and shows how to implement it with FastGPT, vector databases, and LangChain.

AI Customer ServiceFastGPTKnowledge Base
0 likes · 16 min read
Understanding RAG: The Core Capability Behind AI Customer Service
Ubiquitous Tech
Ubiquitous Tech
Mar 28, 2025 · Artificial Intelligence

Building a RAG‑Powered AI Customer Service for Tongcheng Travel FAQs with FastGPT

The article walks through creating a Retrieval‑Augmented Generation (RAG) based AI chatbot for Tongcheng Travel by preparing FAQ data, formatting it with L1/L2/Q/A tags, importing it into FastGPT knowledge bases, configuring a workflow with intent classification and prompt engineering, and validating the system with multiple test cases.

AI chatbotFastGPTKnowledge Base
0 likes · 15 min read
Building a RAG‑Powered AI Customer Service for Tongcheng Travel FAQs with FastGPT
Ubiquitous Tech
Ubiquitous Tech
Feb 7, 2025 · Artificial Intelligence

How to Build an AI Customer Service Bot Using FastGPT Knowledge Base (Part 1)

This article walks through the entire process of setting up an AI-powered customer service chatbot with FastGPT, covering the installation of Docker containers, configuring model keys, creating a knowledge base from Q&A pairs, indexing with RAG, building a simple application, testing queries, and publishing the bot for use.

AI chatbotDockerFastGPT
0 likes · 15 min read
How to Build an AI Customer Service Bot Using FastGPT Knowledge Base (Part 1)
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Aug 16, 2024 · Artificial Intelligence

How FastGPT Transforms Ticket Handling and Boosts Efficiency by 90%

This article examines the pain points of a custom ticket system, introduces FastGPT’s knowledge‑base and query capabilities, outlines integration architecture and concrete features, and shows how the combined solution reduces ticket resolution time dramatically while improving overall operational efficiency.

AIFastGPTOperations
0 likes · 10 min read
How FastGPT Transforms Ticket Handling and Boosts Efficiency by 90%
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Jul 3, 2024 · Artificial Intelligence

Deploy ChatGLM3‑6B with FastGPT, One‑API, and M3E on Linux

This guide walks you through deploying the ChatGLM3‑6B large language model locally, adding the M3E vector embedding model, setting up One‑API and FastGPT with Docker, configuring environments, fine‑tuning with LoRA, and testing the integrated knowledge‑base Q&A system.

ChatGLM3DockerFastGPT
0 likes · 15 min read
Deploy ChatGLM3‑6B with FastGPT, One‑API, and M3E on Linux