Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support hybrid search #579

Closed
impactCn opened this issue Apr 11, 2024 · 4 comments
Closed

Support hybrid search #579

impactCn opened this issue Apr 11, 2024 · 4 comments
Assignees
Labels
design duplicate This issue or pull request already exists RAG Issues related to Retrieval Augmented Generation
Milestone

Comments

@impactCn
Copy link
Contributor

image
During search, hybrid search, similar search and keyword search will be supported and submitted to LLM.

I am willing to submit this feature. Does the community have any better suggestions for my feature?

@markpollack
Copy link
Member

We are working on this feature now in an Agent model. It allows for multiple retrievers and then post processing those results. I hope to have it released in the 1.0 M1 next week, if not by a M2 release. Either way when there is a branch or PR to share, I’ll post back here.

@impactCn
Copy link
Contributor Author

@markpollack Hi, I have implemented a hybrid search for PG that uses full-text retrieval and vector similarity. If the community needs me to implement it, I can submit it.

@alessiobertazzo88
Copy link

Hello everyone, I have also developed this feature that enables the user to define within the SearchRequest whether to use similarity search (vector-based, enabled by default), full-text search, or both (hybrid search). Additionally, it provides the possibility of using reranking approaches.

This implementation is applied to the vector store Azure SearchAI, and the implementation done by @impactCn can be seamlessly integrated as well.

The PR is #1227

@csterwa
Copy link

csterwa commented Sep 10, 2024

Duplicate #517

@csterwa csterwa closed this as completed Sep 10, 2024
@csterwa csterwa added the duplicate This issue or pull request already exists label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design duplicate This issue or pull request already exists RAG Issues related to Retrieval Augmented Generation
Projects
None yet
Development

No branches or pull requests

5 participants