# Hybrid search

**URL:** https://discuss.dgraph.io/t/hybrid-search/19862
**Category:** Dgraph
**Created:** [April 18, 2025, 10:00am UTC](https://discuss.dgraph.io/t/hybrid-search/19862 "2025-04-18T10:00:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dtrckd](https://avatars.discourse-cdn.com/v4/letter/d/65b543/32.png) [@dtrckd](https://discuss.dgraph.io/u/dtrckd)
#### Post date: [April 18, 2025, 10:00am UTC](https://discuss.dgraph.io/t/hybrid-search/19862/1 "2025-04-18T10:00:02Z")

</div>

Hi,

Since Dgraph now supports both semantic search (dense vector) and full-text search (sparse vector), the path to an hybrid search seems very well traced.

A simple method to merge results of the two search approaches is to use a reciprocal rank fusion (RRF).

Is there an eventual plan to support the hybrid search feature natively in Dgraph ?

References :

- [https://www.anthropic.com/news/contextual-retrieval](https://www.anthropic.com/news/contextual-retrieval)
- [Reciprocal rank fusion | Elastic Documentation](https://www.elastic.co/docs/reference/elasticsearch/rest-apis/reciprocal-rank-fusion)
