mem0ai / mem0

The memory layer for Personalized AI
https://mem0.ai
Apache License 2.0
20.2k stars 1.9k forks source link

Add support to implement HYDE retrieval strategy in embedchain #1091

Open taranjeet opened 8 months ago

taranjeet commented 8 months ago

🚀 The feature

HYDE is one of the well known retrieval strategies used for retrieval. More details about HYDE can be found in this paper.

We need to implement HYDE as a retrieval strategy in HYDE and then figure out the best possible and simplest interface to be exposed in embedchain

Motivation, pitch

Increasing the retrieval strategies makes it more configurable for the end user to choose strategies as per their usecase.

bioshazard commented 6 months ago

Definitely interested in seeing more papers implemented as simple to use strategies or chainable pipeline in this project. Haven't seen any projects deliver SOTA RAG pipeline building blocks like that yet and embedchain is my current favorite interface otherwise.