#Search(5)

September 2026
#AI #RAG #OpenSearch #Search #Python

Reciprocal Rank Fusion for Hybrid Search

Reciprocal Rank Fusion merges two ranked lists without tuning score weights. The RRF formula, why the k constant matters, and how to run it in OpenSearch.

Read more →
August 2026
#AI #LLM #RAG #Embeddings #Search

Contextual Retrieval for RAG, Step by Step

Vector search misses chunks that lost their document context. Contextual Retrieval prepends a short LLM-written summary to each chunk before you embed it.

Read more →
August 2026
#AI #LLM #RAG #Retrieval #Search

Contextual Retrieval for RAG Pipelines

Chunking a document for RAG strips each piece of its context. Contextual retrieval adds an LLM-written note to every chunk before you index it.

Read more →
July 2026
#AI #LLM #RAG #Embeddings #Search

How to Choose an Embedding Model for RAG

The embedding model sets the ceiling on RAG retrieval quality. How to choose one by task fit, sequence length, dimensions, and domain, plus the silent bugs.

Read more →