-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Enhanced Vector Store Capabilities with Full-Text/Hybrid Search and Reranking #1227
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
base: main
Are you sure you want to change the base?
Conversation
…ll-text). Azure SearchAI implementation with also reranking using Semantic Ranking service
Thank you @alessiobertazzo88 , May you which of the supported Vector Stores provide hybrid search as well? |
I was just about to merge this for M2 (even wrote docs) but then thought it might be better to push these variations into the search request and rename 'similaritySearch' to just 'search'. There are also other improvements to the VectorStore interface that should be done (for example options wrt to add), so I'll hold off merging for now. |
@tzolov Yes, from a brief research I saw that other Vector Stores provide this feature @markpollack ok I'm going to add some things. If you have some specific propose I'm glad to integrate it. |
Agree re hybrid search. Reranking perhaps should be an advisor though. |
yes, reranking is a perfect use case for an advisor |
This will need to wait to post 1.0 GA. |
when will this be prioritized? |
@aadnegture We are actively working on a design for this, with the hope of incorporating it into the 1.1.0 version. |
These enhancements improve the flexibility and functionality of the vector store classes, ensuring compatibility with various search and ranking operations while maintaining backward compatibility.