Learn
Deep dive into search concepts, and learn how to build powerful search features in Postgres.
What is Full-Text Search?
Learn about full-text search capabilities, how they work, and when to use them in your applications.
Search Concepts
What is Hybrid Search?
Learn about hybrid search systems that combine lexical and semantic search for comprehensive results.
Search Concepts
What is Reciprocal Rank Fusion?
Learn about Reciprocal Rank Fusion (RRF), a technique for combining multiple search result rankings.
Search Concepts
What is Vector Search?
Learn about vector search, how it enables semantic similarity matching using high-dimensional embeddings.
Search Concepts
What is BM25?
Learn about BM25, the ranking algorithm that powers modern search engines.
Search Concepts