<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>The RAG Glossary</title><description>A precise glossary of retrieval and LLM terminology. One term per page: embedding, chunk, vector index, reranking, context window.</description><link>https://whatisrag.net/</link><item><title>Context Window</title><link>https://whatisrag.net/blogs/context-window/</link><guid isPermaLink="true">https://whatisrag.net/blogs/context-window/</guid><description>The maximum amount of text, measured in tokens, that a language model can process in a single request — input and output together.</description><pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate><category>generation</category><category>core</category></item><item><title>Reranking</title><link>https://whatisrag.net/blogs/reranking/</link><guid isPermaLink="true">https://whatisrag.net/blogs/reranking/</guid><description>A second scoring pass that reorders an already-retrieved candidate set using a slower, more accurate model that reads query and document together.</description><pubDate>Sat, 25 Jul 2026 00:00:00 GMT</pubDate><category>retrieval</category><category>generation</category></item><item><title>Vector Index</title><link>https://whatisrag.net/blogs/vector-index/</link><guid isPermaLink="true">https://whatisrag.net/blogs/vector-index/</guid><description>A data structure that stores embeddings and finds the ones nearest to a query vector without comparing against every stored vector.</description><pubDate>Sat, 25 Jul 2026 00:00:00 GMT</pubDate><category>indexing</category><category>retrieval</category></item><item><title>Chunk</title><link>https://whatisrag.net/blogs/chunk/</link><guid isPermaLink="true">https://whatisrag.net/blogs/chunk/</guid><description>A unit of text stored and retrieved as a single item in a retrieval system — the smallest thing a search can return. No standard size exists.</description><pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate><category>retrieval</category><category>core</category></item><item><title>Embedding</title><link>https://whatisrag.net/blogs/embedding/</link><guid isPermaLink="true">https://whatisrag.net/blogs/embedding/</guid><description>A fixed-length list of numbers representing a piece of text, produced so that texts with similar meanings land near one another in the space.</description><pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate><category>embeddings</category><category>core</category></item></channel></rss>