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
[Feature Request] I have multiple knn_vector fields with settings.index.knn set to true, but it would be ideal if certain fields could use approximate k-NN search while others could only use exact k-NN.
#2270
Open
bcc829 opened this issue
Nov 12, 2024
· 4 comments
Is your feature request related to a problem? Please describe
In my index, I have two knn_vector fields with settings.index.knn set to true, but I want one field to use approximate k-NN search while the other only uses exact k-NN. The field not using approximate k-NN is consuming a lot of memory. It would be ideal if I could configure the use of approximate k-NN on a per-field basis.
Describe the solution you'd like
It would be nice if it could be set for each field as shown below.
bcc829
changed the title
[Feature Request] In my index, I have two knn_vector fields with settings.index.knn set to true, but I want one field to use approximate k-NN search while the other only uses exact k-NN.
[Feature Request] I have multiple knn_vector fields with settings.index.knn set to true, but it would be ideal if certain fields could use approximate k-NN search while others could only use exact k-NN.
Nov 12, 2024
Is your feature request related to a problem? Please describe
In my index, I have two knn_vector fields with settings.index.knn set to true, but I want one field to use approximate k-NN search while the other only uses exact k-NN. The field not using approximate k-NN is consuming a lot of memory. It would be ideal if I could configure the use of approximate k-NN on a per-field basis.
Describe the solution you'd like
It would be nice if it could be set for each field as shown below.
Related component
Search
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: