hnswgo
hnswgo copied to clipboard
GetNumData or GetItemCount
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