hnswgo
hnswgo copied to clipboard
hnswlib golang interface
Results
2
hnswgo issues
Sort by
recently updated
recently updated
newest added
Hello, I am researching vector search engines that can be used from Go and in particular, I am interested in running them on the Windows platform of which there are...
How can we reference the first available index by getting the length, or number of items in rthe index? ```go func (h *HNSWIndex) GetNumData() int { return h.index.GetItemCount() } ```...