🏠 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

Hybrid Retrieval

Retrieval approach combining vector search and keyword-based methods to simultaneously optimize precision and recall in RAG systems. This technique leverages the strengths of semantic search and lexical search for more comprehensive results.

📖
terms

Vector Search

Search method based on semantic similarity of vector embeddings in high-dimensional multidimensional space. Allows finding relevant documents even without exact keyword matches through contextual understanding.

📖
terms

Keyword Search

Traditional search technique based on exact or partial term matching between documents and queries. Uses algorithms like BM25 to evaluate relevance based on term frequency and distribution.

📖
terms

Sparse Retrieval

Search method using sparse text representations based on the presence or absence of specific terms. More computationally efficient and excellent for exact keyword matches.

📖
terms

Reciprocal Rank Fusion

Search result fusion algorithm combining rankings from multiple search systems using a harmonic weighting formula. Enables robust ranking by leveraging the complementarity of approaches.

📖
terms

BM25 Algorithm

Probabilistic ranking algorithm based on term frequency and document length, widely used in keyword-based search engines. Considered state-of-the-art for lexical search in hybrid systems.

📖
terms

FAISS

Facebook AI's optimized library for fast similarity search in high-dimensional vector spaces. Essential for efficiently implementing the vector component of hybrid retrieval systems.

📖
terms

Cross-Encoder

Neural model architecture that simultaneously encodes queries and documents to predict their mutual relevance. More accurate but slower than bi-encoders, often used for re-ranking hybrid results.

📖
terms

Bi-Encoder

Model architecture that separately encodes queries and documents into independent vectors for efficient vector search. Fundamental for the dense component of large-scale hybrid retrieval systems.

📖
terms

Re-ranking

Process of re-evaluating and reordering initial search results using more complex models to improve final accuracy. Crucial step in hybrid pipelines to refine the selection of the most relevant documents.

📖
terms

Semantic Similarity

Measure of conceptual proximity between two texts based on their meaning rather than exact words. Typically calculated via cosine distance between their embeddings in hybrid systems.

📖
terms

Embedding Fusion

Technique combining multiple types of embeddings or vector representations to capture different semantic aspects of text. Improves the robustness of vector search in multi-modal hybrid systems.

📖
terms

Query Understanding

Process of analyzing and interpreting user intentions in queries to optimize hybrid search strategy. Involves entity detection, intent classification, and semantic expansion.

📖
terms

ColBERT

Contextual retrieval model using token-level embeddings rather than document-level embeddings for maximum granularity. Enables fine token-to-token comparisons in hybrid retrieval systems.

📖
terms

Late Fusion

Combination strategy where vector search and keyword search results are merged after their individual evaluation. Flexible approach allowing dynamic weighting based on query characteristics.

📖
terms

Early Fusion

Hybrid approach combining vector and lexical features at the indexing or document representation level. Allows deep integration of signals but with less adaptation flexibility.

📖
terms

Dense Passage Retriever

Model specialized in retrieving relevant passages using BERT encoders to generate high-quality embeddings. Key component for vector search in hybrid RAG systems.

🔍

No results found