You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
Coming in from #2115 - based on the discussions in the thread, we can unify LuceneEngineKnnVectorQuery and NativeEngineKnnVectorQuery to the common KNNQuery class. Currently, the KNNQuery class acts as a factory with the variations having common code between implementations,
What solution would you like?
Reduce code duplication across classes and unified scoring across engines would be ideal.
Additional aspects covered #2115 (comment)
With #2305 - we will optimize the Lucene queries in the meanwhile to improve performance and reduce rework.
To further develop a maintainable codebase, we can add in the recommended solution on top of the changes from #2305 and #2283 and streamline vector based queries.
Is your feature request related to a problem?
Coming in from #2115 - based on the discussions in the thread, we can unify
LuceneEngineKnnVectorQuery
andNativeEngineKnnVectorQuery
to the commonKNNQuery
class. Currently, theKNNQuery
class acts as a factory with the variations having common code between implementations,What solution would you like?
Reduce code duplication across classes and unified scoring across engines would be ideal.
Additional aspects covered #2115 (comment)
With #2305 - we will optimize the Lucene queries in the meanwhile to improve performance and reduce rework.
To further develop a maintainable codebase, we can add in the recommended solution on top of the changes from #2305 and #2283 and streamline vector based queries.
What alternatives have you considered?
Do you have any additional context?
The text was updated successfully, but these errors were encountered: