hnswgo icon indicating copy to clipboard operation
hnswgo copied to clipboard

GetNumData or GetItemCount

Open BryceWayne opened this issue 1 year ago • 0 comments

How can we reference the first available index by getting the length, or number of items in rthe index?

func (h *HNSWIndex) GetNumData() int {
    return h.index.GetItemCount()
}

I want to try something like this

BryceWayne avatar Apr 22 '23 17:04 BryceWayne