Skip to content
Tag11 articles

Vector Search

Everything on Core Concept Learning tagged with Vector Search. Explore related tags below.

Related tags

Articles

Approximate Nearest Neighbor (ANN) search is the engine behind Retrieval-Augmented Generation (RAG) and semantic search. Performing exact k-Nearest Neighbors (k…

Aug 1, 20263 min read
Read

First-generation Retrieval-Augmented Generation (RAG) systems relied exclusively on naive Vector Search (semantic similarity lookups over dense embeddings). Whi…

Aug 1, 20263 min read
Read

Artificial intelligence terminology moves so fast that concept definitions quickly become bloated with marketing fluff and overlapping jargon. Understanding the…

Aug 15, 20268 min read
Read

RAG taxonomy gets confusing because people mix three different ideas: architecture levels, retrieval tricks, and production maturity. Naive RAG, Simple RAG, Gra…

Jul 30, 20269 min read
Read

Vector Search Filters matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds advanc…

Jul 29, 20263 min read
Read

A search team upgrades their embedding model for better quality, re-embeds only newly added documents with it, and leaves millions of older documents on the pre…

Jul 22, 20267 min read
Read

A support document explaining refund policy, shipping policy, and warranty terms gets embedded as one 2,000-token chunk — and a query about refunds retrieves it…

Jul 22, 20267 min read
Read

Search architecture in modern applications has expanded beyond traditional exact keyword matching to encompass semantic intent understanding powered by vector e…

Aug 3, 20269 min read
Read

Large Language Model (LLM) API calls — such as requesting completions from Google Gemini 1.5 Flash — introduce significant financial costs ($/token) and latency…

Aug 3, 20269 min read
Read

Generative AI, Retrieval-Augmented Generation (RAG), and semantic image search rely on high-dimensional vector embeddings (1536-dimensional float32 arrays from …

Aug 4, 20263 min read
Read

Ask ChatGPT a general-knowledge question and it answers from what it learned during training. Ask a support bot "what's your refund window for a damaged item bo…

Aug 3, 20265 min read
Read

Want a curated collection instead? Topic hubs group the best content by subject.

Browse Topics