Blog

Tencent Teams Up with Chinagoods to Deploy AI Navigation Across 80,000 Yiwu Shops

Tencent and Chinagoods have launched an AI-powered indoor navigation service that covers roughly 80,000 merchants in Yiwu International Trade City, enabling buyers to locate products and stores through natural-language queries and real-time routing.

Yiwu International Trade City — often called the world’s largest small-commodity wholesale market — spans more than 5 million square meters and hosts tens of thousands of independent stalls. For domestic and overseas buyers, finding a specific product or supplier can feel like navigating a labyrinth. In late 2024, Tencent Cloud and Chinagoods (the market’s official digital service platform) announced a joint AI navigation service that indexes approximately 80,000 shops and lets visitors search by natural language, product category, or even a photo of a sample item.

#Why Indoor Navigation Is Hard at Scale

Traditional GPS fails indoors because satellite signals attenuate behind concrete and metal. Large wholesale complexes add extra difficulty:

  • Density – Thousands of shops per floor, each only a few meters wide.
  • Frequent layout changes – Stalls reconfigure seasonally or when leases turn over.
  • Multilingual user base – Buyers speak Mandarin, English, Arabic, Russian, Spanish, and more.

Tencent’s solution combines three layers:

  1. High-precision indoor positioning – Fusion of Wi-Fi fingerprinting, Bluetooth Low Energy (BLE) beacons, and inertial measurement unit (IMU) data from the user’s phone.
  2. Knowledge graph of merchants & SKUs – Built from Chinagoods’ ERP data, product catalogs, and transaction logs.
  3. Large language model (LLM) front-end – A fine-tuned version of Tencent’s Hunyuan model that parses free-text or voice queries into structured intents (e.g., “cotton socks, 12-pair pack, MOQ 500”).
graph TD
    A[User Query] --> B[Hunyuan LLM Intent Parser]
    B --> C{Structured Intent}
    C --> D[Knowledge Graph Lookup]
    D --> E[Candidate Shops]
    E --> F[Indoor Routing Engine]
    F --> G[Turn-by-turn AR Navigation]

#Architecture Overview

Component Technology Key Metric
Positioning Wi-Fi + BLE + IMU fusion (Tencent Location SDK) ≤ 2 m median error
Data Ingestion Chinagoods ERP → Kafka → Flink → Neo4j Near real-time (< 5 min latency)
LLM Inference Hunyuan-7B quantized (INT4) on Tencent Cloud TI-EMS < 200 ms p99 latency
Routing Custom A* on 3-D voxel graph Sub-second for 95th percentile
Client WeChat Mini Program + standalone iOS/Android SDK Works offline after initial map download

The knowledge graph stores nodes for Shop, Product, Category, Brand, and Certificate (e.g., ISO, CE). Edges capture “sells”, “belongs_to”, “certified_by”. Daily incremental ETL keeps the graph aligned with lease renewals and new product launches.

#User Experience Walkthrough

  1. Entry – Buyer opens the “Yiwu Smart Guide” Mini Program inside WeChat or downloads the standalone app.
  2. Query – Types or speaks: “I need biodegradable phone cases, minimum order 1,000 units, shipped to Dubai.”
  3. Disambiguation – LLM asks clarifying questions if needed (material, color, packaging).
  4. Results – Ranked list of shops with real-time stock flags, MOQ, price tier, and certification badges.
  5. Navigation – Tap “Go” → AR arrow overlay guides through corridors, escalators, and freight elevators.
  6. Feedback – After purchase, buyer rates accuracy; signal strength logs auto-update fingerprint database.

#Privacy & Compliance

  • No persistent tracking – Positioning runs on-device; only anonymized heatmaps leave the phone.
  • Data residency – All merchant data stays in Tencent Cloud’s East China (Shanghai) region, complying with China’s Personal Information Protection Law (PIPL) and Cybersecurity Law.
  • Export control – The LLM model weights are served via API; no model artifacts leave Tencent’s VPC.

#Performance & Adoption (Early Figures)

Since the soft launch in October 2024:

  • Daily active users (DAU) – ~12,000 unique buyers.
  • Query success rate – 87 % of searches return at least one actionable shop.
  • Median navigation time – Reduced from 22 minutes (paper map) to 9 minutes.
  • Merchant opt-in – 78 % of eligible stalls have activated digital storefronts.

Figures are sourced from Tencent Cloud’s public case study published 15 November 2024 and Chinagoods’ quarterly operational brief.

#Comparative Context

Feature Yiwu AI Navigation Typical Mall Wayfinding App
Shop coverage 80,000+ 200–500
Query modality Free text, voice, image Category drill-down only
Positioning Sensor fusion (no UWB) BLE beacons only
Multilingual LLM 12 languages (incl. Arabic, Russian) Usually 1–2
Offline capability Full routing after 15 MB download Rare

#Limitations & Roadmap

  • Vertical accuracy – Multi-floor routing still relies on coarse floor detection; UWB anchor pilots begin Q2 2025.
  • Long-tail SKUs – Niche products (< 10 listings) suffer from sparse training data; active learning loop added in v1.3.
  • Cross-market sync – Buyers often visit both Yiwu and Guangzhou markets; federated identity linking is on the 2025 roadmap.

#Conclusion

The Tencent–Chinagoods AI navigation platform demonstrates how sensor fusion, knowledge graphs, and large language models can turn a massive, dynamic wholesale market into a searchable, navigable digital twin. For buyers, it cuts search time by more than half; for merchants, it surfaces inventory to the right customers at the right moment. As the system ingests more interaction data, its recommendations and routing will only sharpen — making Yiwu a blueprint for smart-market infrastructure worldwide.

Share this article

Related articles