Apoorv Sharma

Results 7 comments of Apoorv Sharma

One thing that could be done is to reduce the number of locks for update. I think if the number of locks are reduced to half or even 1/4th, it...

Hello @WaterElapse, The addPoint supported multithreaded writes before my commit. In my commit, I have added support for performing true vector updates in multi-threaded manner i.e for an existing point...

While building the index, farthest point was being selected at each level as the entry point for the next level. I fixed the code to select the nearest point.

Thank you. Looks like two fixes needs to be done (independent of each other): 1) If element is deleted, and it is added back again **unmarkDeletedInternal** should be called before...

For parsing, I can write my own parser for idoc as my idoc are not complex. Something like following to get idoc would work? ``` const client = new Client({....})...

To address your concern, the patent "Dynamic Updates For HNSW, Hierarchical Navigable Small World Graphs" (US Patent 15/929,802) is currently an open patent and we are waiting for notification for...

The patent titled "Dynamic Updates for HNSW, Hierarchical Navigable Small World Graphs" (US Patent Application 15/929,802) is currently pending approval. Yury and I filed this patent a few years ago,...