welclaiAI·TREND·DIGEST

Tagged

#retrieval

7 articles

models

Embeddings vs generation: two things models do

"Embeddings and generation are different jobs. Knowing which one your problem needs is the fastest way to a system that actually works."

#embeddings#generation#retrieval
06-15 11:41·7 min read
research

Retrieval-augmented generation (RAG), from first principles

RAG is often explained as a stack of tools. Strip that away and it is one simple idea: let the model read the right material before it answers. Here is how it really works.

#rag#retrieval#embeddings
06-12 14:40·7 min read
tools

Choosing an embedding model for your project

Picking an embedding model is less about leaderboards than fit. Here is what actually decides whether retrieval works for your data and your budget.

#embeddings#retrieval#rag
06-09 12:22·7 min read
models

Why models have knowledge cutoffs

A model's knowledge stops at a date because its knowledge is frozen at training time. Here is why that happens and how tools work around it.

#knowledge-cutoff#training-data#retrieval
05-25 16:26·7 min read
use-cases

Document Q&A that actually works: patterns and pitfalls

Asking questions over your own documents is the most useful AI demo and one of the easiest to get quietly wrong. Here are the patterns that survive real use.

#document-qa#rag#retrieval
05-20 19:40·7 min read
tutorials

Chunk documents well for retrieval

Retrieval is only as good as its chunks. Here is how to split documents so the right passage comes back whole and in context.

#chunking#retrieval#rag
04-29 19:38·7 min read
tutorials

Build a simple RAG pipeline: a conceptual walkthrough

Retrieval-augmented generation, built up one stage at a time. No magic, no specific stack — just the shape of the pipeline and the decisions that matter.

#rag#retrieval#embeddings
04-25 19:17·7 min read