ai Featured Vector Search & RAG: A Practical Mental Model for Semantic and Conversational Search Vector search, semantic search, and RAG are often used interchangeably. This article introduces a simple mental model to distinguish these search types, techniques, and tools to hopefully help you get a clearer idea of when to use each.
ai Vector Search: Implementing Semantic Search with OpenSearch This article walks through a minimal proof of concept for implementing semantic search with OpenSearch. The focus is on showing how embeddings, indexing, and vector search fit together in practice.