Tagged articles
8 articles
Page 1 of 1
AI Algorithm Path
AI Algorithm Path
Jan 11, 2026 · Artificial Intelligence

How Vector Embeddings Enable AI to Understand Anything

This article explains the principle of vector embeddings, shows how they turn words, images, audio and other data into dense numeric vectors, compares them with one‑hot encoding, describes static and contextual models, training methods, similarity metrics, and a wide range of real‑world AI applications.

AI fundamentalsMultimodalRAG
0 likes · 15 min read
How Vector Embeddings Enable AI to Understand Anything
Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 7, 2025 · Information Security

How to Secure AI Vector Embeddings in MySQL: Risks and Best Practices

AI applications rely on vector embeddings for search and recommendation, but these rich vectors expose new security and privacy threats; this article explains the main risks, attack methods, and mature MySQL strategies—including secure storage, access control, encryption, auditing, and compliance—to protect vector data.

AI securityData Protectionaccess control
0 likes · 12 min read
How to Secure AI Vector Embeddings in MySQL: Risks and Best Practices
Architects Research Society
Architects Research Society
Sep 10, 2025 · Artificial Intelligence

From Vectors to Graphs to Hybrids: The Evolution of AI Knowledge Representation

This article explores the three stages of AI knowledge representation—vector embeddings, graph‑based structures, and the emerging hybrid approach that combines vectors, graphs, and large language models—to illustrate how modern Retrieval‑Augmented Generation systems achieve both semantic similarity and precise relational reasoning.

Retrieval Augmented Generationaigraph databases
0 likes · 3 min read
From Vectors to Graphs to Hybrids: The Evolution of AI Knowledge Representation
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Aug 4, 2025 · Artificial Intelligence

Building Enterprise‑Grade Semantic Search with Ollama—No External APIs Required

This article walks through the complete design and implementation of a locally deployed, enterprise‑level semantic search system using Ollama for embedding generation and Easysearch for vector retrieval, covering problem analysis, architecture decisions, pipeline configuration, bulk indexing, and hybrid query execution.

EasysearchOllamalocal deployment
0 likes · 12 min read
Building Enterprise‑Grade Semantic Search with Ollama—No External APIs Required
ELab Team
ELab Team
Jul 10, 2025 · Artificial Intelligence

How Cursor Indexes Code: Merkle Trees, Vector Embeddings, and Secure Search

This article explains how Cursor creates Merkle‑tree hashes for change detection, uses Tree‑sitter for syntax‑aware code chunking, generates vector embeddings stored in Turbopuffer, and employs privacy‑preserving mechanisms to enable fast, secure code‑base search and autocomplete.

AI code searchMerkle Treecode indexing
0 likes · 9 min read
How Cursor Indexes Code: Merkle Trees, Vector Embeddings, and Secure Search
DataFunTalk
DataFunTalk
Oct 1, 2020 · Artificial Intelligence

Building and Applying a Vector System for Search and Recommendation at NetEase Yanxuan

This article describes how NetEase Yanxuan has designed, trained, and deployed a unified vector representation system to power various e‑commerce search and recommendation scenarios, covering model choices, incremental learning strategies, large‑scale similarity computation, and practical lessons from real‑world deployments.

e‑commercelarge-scale similaritymachine learning
0 likes · 18 min read
Building and Applying a Vector System for Search and Recommendation at NetEase Yanxuan
Yanxuan Tech Team
Yanxuan Tech Team
Sep 25, 2020 · Artificial Intelligence

How Vector Embeddings Power E‑Commerce Search and Recommendation at NetEase Yanxuan

This article explains how Yanxuan built a comprehensive vector system—from product embeddings and graph models to large‑scale similarity computation—and applied it across search, recommendation, and purchase prediction tasks, highlighting practical algorithms, infrastructure, and future directions.

e-commerce recommendationmachine learningsearch ranking
0 likes · 18 min read
How Vector Embeddings Power E‑Commerce Search and Recommendation at NetEase Yanxuan