langchain/docs/extras
Dayuan Jiang 125ae6d9de
add Hybrid retriever that not require any external service (#8108)
- Until now, hybrid search was limited to modules requiring external
services, such as Weaviate/Pinecone Hybrid Search. However, I have
developed a hybrid retriever that can merge a list of retrievers using
the [Reciprocal Rank
Fusion](https://plg.uwaterloo.ca/~gvcormac/cormacksigir09-rrf.pdf)
algorithm. This new approach, similar to Weaviate hybrid search, does
not require the initialization of any external service.
  - Dependencies: No  - Twitter handle: dayuanjian21687

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-07-24 19:16:10 -07:00
..
_templates Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
additional_resources mv tutorials (#7614) 2023-07-12 17:33:36 -04:00
ecosystem use top nav docs (#8090) 2023-07-21 13:52:03 -07:00
guides mv eval docs (#8209) 2023-07-24 16:31:20 -07:00
integrations Added stop sequence support to replicate (#8107) 2023-07-24 17:34:13 -07:00
modules add Hybrid retriever that not require any external service (#8108) 2023-07-24 19:16:10 -07:00
use_cases Harrison/hugginggpt (#8162) 2023-07-24 07:36:24 -07:00