We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bae09 commit c1a81caCopy full SHA for c1a81ca
DiskANN/Wikipedia/008-semantic-reranking.sql
@@ -1,9 +1,5 @@
1
/*
2
- Run Hybrid Search using Vector Search and FullText Search and then
3
- using Reciprocal Ranking Fusion to calculate the final rank score
4
-
5
- Results are saved into dbo.wikipedia_articles_search_results so that they can be reused
6
- in the next script
+ Re-Rank results generated in the previous script using CoHere semnatic re-ranker
7
*/
8
-- Uncomment if using SQL Server 2025
9
--use WikipediaTest
0 commit comments