Dmitry Kan

Results 55 comments of Dmitry Kan

hey @nishithbenhur thanks for your claps on the blog post! The idea is that if you see issues with score levels, it might mean two things: 1. the query you...

Hi @yurymalkov thanks! Can you share a bit more detail on the C++ API part for doing this? I'm operating in Python, but if this would prove possible, could try...

Would it be any of the following methods: ``` linklistsizeint *get_linklist(tableint internal_id, int level) const { return (linklistsizeint *) (linkLists_[internal_id] + (level - 1) * size_links_per_element_); }; linklistsizeint *get_linklist_at_level(tableint internal_id,...

@yurymalkov can you please show me how to recompile the python bindings? Looks like the test case failing cannot see my new method

@yurymalkov thanks for the hint. I have a question -- trying to output graph as text -- how can I access the graph nodes and their edges? Target is to...

Basically trying to do this: https://github.com/DmitryKey/hnswlib/commit/615e2a5b528a4cf6ed4eb887b43214d64f2850eb Getting (with line numbers on the left): ``` 1 0 2 10000 3 0 4 0 5 0 6 0 7 0 8 0...

thanks @yurymalkov gonna try it and let you know how it went

@maumueller there is no implementation for dim reduction step -- it is done elsewhere, in a separate neural network produced by my team peer. In order for me to try...

@binarymax hey Max, just wanted to make sure you saw the question above from Harsha.