🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links

AI Glossary

The complete dictionary of Artificial Intelligence

162
categories
2,032
subcategories
23,060
terms
📖
terms

RAG (Retrieval-Augmented Generation)

Hybrid architecture combining information retrieval and text generation to improve the accuracy and relevance of LLM responses by leveraging external knowledge.

📖
terms

Embedding

Dense vector representation of text or other data in a high-dimensional space, capturing semantic and contextual relationships between elements.

📖
terms

Multi-Modal RAG

RAG system capable of retrieving and generating from multiple data types (text, images, audio) for richer and more contextual responses.

📖
terms

Query Transformation

Technique for modifying and optimizing user queries before retrieval to improve the relevance of retrieved documents.

📖
terms

Contextual Compression

Technique for filtering and condensing retrieved context to retain only the most relevant information before generation.

📖
terms

Agentic RAG

RAG architecture where autonomous agents dynamically decide on retrieval and synthesis strategies based on context and query.

📖
terms

Self-Query Retriever

System that automatically decomposes a natural query into a structured query and metadata filters for more precise retrieval.

📖
terms

Multi-hop RAG

RAG architecture performing multiple sequential retrieval cycles to build complex responses requiring information from multiple sources.

📖
terms

RAG Pipeline

Orchestrated sequence of retrieval, filtering, contextualization, and generation steps in a RAG system to produce coherent responses.

📖
terms

Similarity Search

Search algorithm identifying the closest vectors in the embedding space according to metrics like cosine similarity or Euclidean distance.

📖
terms

Retrieval Augmentation

Process of enriching an LLM's prompt with relevant external information retrieved dynamically to improve factuality and accuracy.

🔍

No results found