Tagged articles
17 articles
Page 1 of 1
dbaplus Community
dbaplus Community
May 17, 2026 · Artificial Intelligence

Why Grep Is Replacing Vector Indexes: RAG Isn’t Dead, It’s Evolving

The article dissects Claude Code’s LLM‑driven Grep search, showing how multi‑round tool calls replace static vector‑based RAG, presents ripgrep performance benchmarks, compares Claude Code with Cursor and Codex, and argues that zero‑index search is optimal for local code bases while larger projects still need indexing.

Claude CodeGrepLLM agents
0 likes · 36 min read
Why Grep Is Replacing Vector Indexes: RAG Isn’t Dead, It’s Evolving
o-ai.tech
o-ai.tech
Mar 24, 2026 · Backend Development

How to Build Lightning‑Fast Regex Search Indexes for Agent‑Powered Code Tools

The article analyses why traditional code‑search techniques struggle with massive monorepos, explores classic and modern indexing methods—including inverted indexes, trigram, suffix arrays, probabilistic masks, and sparse n‑grams—and explains how Cursor’s locally‑executed, memory‑efficient design delivers instant, fresh regex search for AI agents.

agent toolingcode searchlocal indexing
0 likes · 11 min read
How to Build Lightning‑Fast Regex Search Indexes for Agent‑Powered Code Tools
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Dec 26, 2025 · Databases

How to Enable Accurate Code Search in Elasticsearch with an NGram Analyzer

This article analyzes the shortcomings of standard Elasticsearch analyzers for code search, presents a custom NGram analyzer combined with match_phrase queries, shows configuration and query examples, compares performance of different query types, and offers best‑practice guidelines and pitfalls to avoid when building a reliable code‑search system.

ElasticsearchNGramPython
0 likes · 13 min read
How to Enable Accurate Code Search in Elasticsearch with an NGram Analyzer
Wuming AI
Wuming AI
Sep 29, 2025 · Artificial Intelligence

How I Quickly Uncovered Cherry Studio’s New API Server Using AI

In this walkthrough I show how, within minutes, I used AI‑driven code search and simple curl commands to locate, enable, and test the newly added API server feature in the open‑source Cherry Studio project, illustrating the power of an AI‑first workflow.

AIAI-firstAPI Server
0 likes · 6 min read
How I Quickly Uncovered Cherry Studio’s New API Server Using AI
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 5, 2025 · Artificial Intelligence

How Deep (Re)Search Transforms Code Search and AI-Powered Knowledge Retrieval

This article systematically explains the concepts of Deep Search and Deep Research, contrasts them with traditional Retrieval‑Augmented Generation, reviews leading commercial and open‑source solutions, details their architecture for code retrieval, and outlines future plans for specialized code‑search agents.

AI researchKnowledge RetrievalRetrieval Augmented Generation
0 likes · 13 min read
How Deep (Re)Search Transforms Code Search and AI-Powered Knowledge Retrieval
AI Frontier Lectures
AI Frontier Lectures
May 21, 2025 · Artificial Intelligence

New BGE Vector Models Set SOTA in Code and Multimodal Retrieval – What Makes Them So Powerful?

Three newly released BGE vector models—BGE‑Code‑v1, BGE‑VL‑v1.5, and BGE‑VL‑Screenshot—deliver state‑of‑the‑art performance on code, multimodal, and visual document retrieval benchmarks, are open‑source on Hugging Face and GitHub, and aim to boost retrieval‑augmented applications across languages and modalities.

AI modelsBGEVector Retrieval
0 likes · 8 min read
New BGE Vector Models Set SOTA in Code and Multimodal Retrieval – What Makes Them So Powerful?
Kuaishou Large Model
Kuaishou Large Model
Nov 29, 2024 · Artificial Intelligence

How OASIS Achieves State‑of‑the‑Art Code Search with Just 5M Tokens

Fast.ai's Kwaipilot team unveiled OASIS, a 1.3B‑parameter code‑embedding model that, using only 5 million tokens, outperforms larger OpenAI embeddings across CodeSearchNet, CoSQA and AdvTest benchmarks, thanks to repository‑level program analysis, synthetic data generation, and a fused loss function.

AI modelBenchmarkcode embedding
0 likes · 8 min read
How OASIS Achieves State‑of‑the‑Art Code Search with Just 5M Tokens
phodal
phodal
Sep 17, 2023 · Artificial Intelligence

How Chocolate Factory’s Codebase AI Assistant Boosts Code Search with RAG

This article explains the design and implementation of the Codebase AI Assistant in the Chocolate Factory framework, covering its problem‑solving DSL, retrieval‑augmented generation pipeline, indexing and querying stages, prompt strategies, and code‑splitting rules that together enable efficient semantic code search.

AI AssistantKotlinRetrieval Augmented Generation
0 likes · 11 min read
How Chocolate Factory’s Codebase AI Assistant Boosts Code Search with RAG
Ctrip Technology
Ctrip Technology
Nov 29, 2022 · Backend Development

Introducing the Alchemy Code Quality Analysis Platform for Backend Development

The article presents Alchemy, a comprehensive code quality analysis platform that integrates static analysis, unit‑test rule scanning, duplicate‑code detection, custom rule checks, and code search into GitLab CI/CD pipelines, addressing common DevOps challenges and improving backend development efficiency.

Backend DevelopmentDevOpsci/cd
0 likes · 11 min read
Introducing the Alchemy Code Quality Analysis Platform for Backend Development
21CTO
21CTO
Nov 12, 2022 · Artificial Intelligence

What New GitHub Universe Features Mean for AI‑Powered Development?

GitHub's recent Universe event unveiled AI‑driven tools like Copilot for Business, voice‑controlled coding, enhanced Codespaces, a revamped code search engine, and expanded developer statistics, sparking debate on their practical impact and future of software development.

AI DevelopmentCopilotGitHub
0 likes · 5 min read
What New GitHub Universe Features Mean for AI‑Powered Development?
政采云技术
政采云技术
Sep 7, 2021 · Backend Development

How to Build a Global Code Search System from Scratch

This article introduces how to build a global code search system called 'Qianxun' from scratch, covering its background, architecture, core technologies, and future prospects.

ElasticsearchFull-Stack DevelopmentGitLab
0 likes · 15 min read
How to Build a Global Code Search System from Scratch
360 Smart Cloud
360 Smart Cloud
Apr 15, 2021 · Information Security

Improving Product Quality through Code Vulnerability Scanning and Deep Code Search

This article explains why and when to scan product code for vulnerabilities, describes static source‑code and binary scanning methods, introduces deep code‑search techniques and a real‑time Sphinx‑based indexing architecture, and shows how these practices can significantly raise overall product quality.

Product QualitySphinxbinary scanning
0 likes · 13 min read
Improving Product Quality through Code Vulnerability Scanning and Deep Code Search
360 Quality & Efficiency
360 Quality & Efficiency
Nov 15, 2019 · Information Security

Improving Product Quality through Code Vulnerability Inspection and Deep Code‑Search Techniques

The article explains how static source‑code scanning, binary analysis, and advanced code‑search technologies—including incremental indexing, deduplication, real‑time Sphinx indexing, and BM25 ranking—can be combined to detect and remediate product‑level vulnerabilities early, thereby significantly raising software quality and reducing risk.

BM25Sphinxcode search
0 likes · 13 min read
Improving Product Quality through Code Vulnerability Inspection and Deep Code‑Search Techniques
vivo Internet Technology
vivo Internet Technology
Nov 12, 2019 · Artificial Intelligence

Elasticsearch Retrieval Optimization in Gitee: Interview with Chen Xin

In an interview, Gitee’s chief architect Chen Xin explains why Elasticsearch was chosen for code search, outlines how combining search with NLP can both aid semantic understanding and enrich repository queries, and shares his views on the platform’s fast‑evolving ecosystem and upcoming community meetup.

ElasticsearchGiteeNLP
0 likes · 4 min read
Elasticsearch Retrieval Optimization in Gitee: Interview with Chen Xin
360 Tech Engineering
360 Tech Engineering
Nov 12, 2019 · Information Security

Improving Product Quality through Code Vulnerability Scanning and Deep Code Search

The article explains why and when to scan product code for vulnerabilities, describes static source‑code and binary scanning methods, introduces deep code‑search techniques, outlines the system architecture and incremental indexing pipeline, and shows how these practices can substantially raise overall product quality.

Code ScanningProduct QualitySphinx
0 likes · 13 min read
Improving Product Quality through Code Vulnerability Scanning and Deep Code Search
Programmer DD
Programmer DD
Nov 6, 2018 · Fundamentals

What’s New in IntelliJ IDEA 2018.3 Beta? Top 10 Features Explained

The article reviews IntelliJ IDEA 2018.3 Beta, detailing ten major enhancements such as unified SearchEverywhere, redesigned structural search, RunAnything, a revamped plugin marketplace, improved VCS integration, new themes, editor upgrades, advanced JVM debugging, configurable run settings, a built‑in profiler, and numerous smaller quality‑of‑life tweaks.

IDEIntelliJ IDEAJava
0 likes · 11 min read
What’s New in IntelliJ IDEA 2018.3 Beta? Top 10 Features Explained