456
topic · #retrieval

Everything about retrieval

12 connected nodes across dictionary, workflows, comparisons, prompts, tool stacks and use cases.

/ Dictionary · 12
DEFDictionaryNODE·72CB4B

RAG (Retrieval-Augmented Generation)

Inject external knowledge into an LLM at query time.

#ai#retrieval
/ragopen →
DEFDictionaryNODE·6F56BF

Semantic Search

Finding information by meaning rather than exact keyword match.

#retrieval#search
/semantic-searchopen →
DEFDictionaryNODE·5BFF00

Agentic RAG

RAG where an agent decides what to retrieve, when, and from which source — instead of a single static query.

#ai#retrieval#agents
/agentic-ragopen →
DEFDictionaryNODE·214A15

Embedding

A numerical vector representation of text, image or audio that captures meaning for similarity search.

#ai#infrastructure#retrieval
/embeddingopen →
DEFDictionaryNODE·386095

Retrieval

Selecting the most relevant chunks for a query before generation.

#ai#retrieval
/retrievalopen →
DEFDictionaryNODE·2BCFA7

Reranker

A second-stage model that reorders retrieved chunks for precision.

#ai#retrieval
/rerankeropen →
DEFDictionaryNODE·4DE225

Hybrid Search

Combining keyword (BM25) and vector search for better recall.

#ai#retrieval
/hybrid-searchopen →
DEFDictionaryNODE·2B32AF

Chunk Size

The length of text segments stored in a vector index.

#ai#retrieval
/chunk-sizeopen →
DEFDictionaryNODE·196903

BM25

The keyword-ranking algorithm behind classic search engines.

#search#retrieval
/bm25open →
DEFDictionaryNODE·1C505A

Cosine Similarity

The dot-product-of-unit-vectors metric that ranks embeddings.

#ai#retrieval
/cosine-similarityopen →
DEFDictionaryNODE·60C80C

Vector Index

A data structure that makes nearest-neighbor search fast.

#ai#retrieval
/vector-indexopen →
DEFDictionaryNODE·58B9C0

Embedding Dimensions

The vector length of an embedding model's output.

#ai#retrieval
/embedding-dimensionsopen →