You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/08/07 20:12:01 UTC

[GitHub] [lucene] kaivalnp commented on pull request #1059: Refactor KnnGraphTester

kaivalnp commented on PR #1059:
URL: https://github.com/apache/lucene/pull/1059#issuecomment-1207477188

   Yet to be added:
   
   - Index info operation (some segment info?)
   - pre/post filter (currently pre-filters by default, add option for over-selection + post-filter)
   - some output formatting (only basic details now)
   - After @msokolov's LPVQ changes, index will no longer hold original vectors, but their approximations. Need to access original vectors for brute-force true Knn based on an additional `encoding` argument
   
   (Currently created a new file `KnnGraphTest` for side-by-side testing with `KnnGraphTester`, will update the latter at the end)
   Please let me know if this is in the right direction / if I missed something...


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org