[ https://issues.apache.org/jira/browse/SOLR-17813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18016752#comment-18016752 ]
Christine Poerschke commented on SOLR-17813: -------------------------------------------- FWIW I have merged the latest {{origin/main}} into the [https://github.com/apache/solr/pull/2664] draft and that includes the SOLR-17631 upgrade to Lucene 10.x but beyond that I personally have no bandwidth to hands-on continue this effort here at this time, but would be very happy to help with code review input. E.g. [https://lists.apache.org/thread/3cs7r77mxc982olsovo872x837yktyqq] is a link into the "Planning and Releasing Solr 10.0" dev list thread. > 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 > > 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: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org