[ 
https://issues.apache.org/jira/browse/SOLR-17813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18031525#comment-18031525
 ] 

ASF subversion and git services commented on SOLR-17813:
--------------------------------------------------------

Commit eee4ad9953b1d37b1410d779340a33768d2cf687 in solr's branch 
refs/heads/branch_10_0 from Ilaria Petreti
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=eee4ad9953b ]

SOLR-17813: Add support for SeededKnnVectorQuery in vector search (#3705)

* support Lucene's (proposed) HNSW search seeding feature

Co-authored-by: Christine Poerschke <[email protected]>

(cherry picked from commit 4f17deeee503e6f42af59704dbce7a7a6782ff32)


> Add support for SeededKnnVectorQuery
> ------------------------------------
>
>                 Key: SOLR-17813
>                 URL: https://issues.apache.org/jira/browse/SOLR-17813
>             Project: Solr
>          Issue Type: New Feature
>          Components: vector-search
>            Reporter: Alessandro Benedetti
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Apache Lucene implemented a version of knn vector query that provides a query 
> seed to initiate the vector search (entry points in the HNSW graph 
> exploration).
> See "Lexically-Accelerated Dense Retrieval"(Hrishikesh Kulkarni, Sean 
> MacAvaney, Nazli Goharian, Ophir Frieder).
> From SIGIR '23: https://arxiv.org/abs/2307.16779 
> With this task, we aim to add to Solr this new query, probably as an 
> additional parameter of the current KNN query parser.
> The only relevant parameter is Query seed
> While the Weight seedWeight is added when rewriting the query, so no special 
> care should be needed there (see 
> org.apache.lucene.search.SeededKnnVectorQuery#rewrite and 
> org.apache.lucene.search.SeededKnnVectorQuery#createSeedWeight)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to