navneet1v commented on issue #13468:
URL: https://github.com/apache/lucene/issues/13468#issuecomment-2157491442

   > Currently if you make a KnnFloatVectorField or a KnnByteVectorField you 
get an HNSW graph even if you don't want it. We have all the tools to support 
this use case, but the API doesn't allow it.
   
   +1 on this. Currently the way I was thinking to achieve this was by creating 
my own KNNVectorsformat on top of FlatVectorsFormat and plumbing that vectors 
format for a field via Codec. Having this support in Lucene will go long way.
   
   Personally I think there should also be search api on the flat vectors 
format, which does nothing but just do a brute force/exact search on top of all 
the vectors. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to