Youzan Coder
Youzan Coder
Jan 6, 2026 · Artificial Intelligence

How to Build Efficient Code Search with Vector Embeddings and AST Indexing

This article explains the motivations, techniques, and practical implementations of code indexing—covering semantic vector‑based RAG pipelines and AST‑based structural analysis—to improve code navigation, AI‑assisted queries, security scanning, and development efficiency.

AI developmentASTRAG
0 likes · 17 min read
How to Build Efficient Code Search with Vector Embeddings and AST Indexing
Ops Development & AI Practice
Ops Development & AI Practice
Aug 25, 2025 · Industry Insights

How AI-Powered Codebase Indexing Transforms Software Development

This article explains how AI-driven codebase indexing converts massive, undocumented repositories into searchable semantic knowledge bases, detailing the workflow from parsing and embedding to storage and retrieval, and highlighting practical benefits such as faster navigation, code reuse, smarter AI assistants, and historical issue tracing.

AI embeddingscode indexingdeveloper productivity
0 likes · 7 min read
How AI-Powered Codebase Indexing Transforms Software Development
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 searchcode indexingmerkle tree
0 likes · 9 min read
How Cursor Indexes Code: Merkle Trees, Vector Embeddings, and Secure Search