mayya-sharipova commented on PR #872:
URL: https://github.com/apache/lucene/pull/872#issuecomment-1119937491

   Also here is the comparison of recall with hnswlib (results from hnwlib are 
copied from the [Jira 
issue](https://issues.apache.org/jira/browse/LUCENE-10527), and not run on my 
machine)
   
   ```txt
   
   k            Approach                                                  
Recall     QPS
   10           luceneknn dim=100 {'M': 32, 'efConstruction': 100}        0.685 
    1372.022
   50           luceneknn dim=100 {'M': 32, 'efConstruction': 100}        0.820 
     680.472
   100          luceneknn dim=100 {'M': 32, 'efConstruction': 100}        0.872 
     438.112
   500          luceneknn dim=100 {'M': 32, 'efConstruction': 100}        0.960 
     126.510
   800          luceneknn dim=100 {'M': 32, 'efConstruction': 100}        0.975 
      87.441
   1000         luceneknn dim=100 {'M': 32, 'efConstruction': 100}        0.980 
      73.193
   
   10           hnswlib ({'M': 32, 'efConstruction': 100})                0.552 
   16745.433
   50           hnswlib ({'M': 32, 'efConstruction': 100})                0.794 
    5738.468
   100          hnswlib ({'M': 32, 'efConstruction': 100})                0.860 
    3336.386
   500          hnswlib ({'M': 32, 'efConstruction': 100})                0.956 
     832.982
   800          hnswlib ({'M': 32, 'efConstruction': 100})                0.973 
     541.097
   1000         hnswlib ({'M': 32, 'efConstruction': 100})                0.979 
     442.163
   ```


-- 
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-unsubscr...@lucene.apache.org

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


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

Reply via email to