microsoft / DiskANN

Graph-structured Indices for Scalable, Fast, Fresh and Filtered Approximate Nearest Neighbor Search
Other
1.06k stars 215 forks source link

[Question] Documentation for index binary file #515

Open felipeinagaki opened 6 months ago

felipeinagaki commented 6 months ago

Hello, I am interested in generating indices for a dataset and then using the generated graph for other experiments. From the documentation I understood how the input binary file works, but I was unable to find information about the index binary file. I tried to read the code directly, but I had difficulties. I would like to get the adjacency list of each vertex from the index file, for example. Could you point me to somewhere where I could read about this file?

Thanks in advance