{"id":53896,"library":"ekzhu-minhash-lsh","title":"MinHash LSH","description":"Implements MinHash and Locality-Sensitive Hashing for approximate nearest neighbor search.","status":"active","version":"0.0.0-20190924033628-faac2c6342f8","language":"go","source_language":null,"source_url":"https://github.com/ekzhu/minhash-lsh","tags":["minhash","lsh","similarity","search"],"install":[{"cmd":"go get github.com/ekzhu/minhash-lsh","lang":"bash","label":"Install github.com/ekzhu/minhash-lsh"}],"dependencies":[],"imports":[{"symbol":"minhashlsh","correct":"github.com/ekzhu/minhash-lsh"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/ekzhu/minhash-lsh\"\n)\n\nfunc main() {\n\tlsh := minhashlsh.NewMinHashLSH(0.5, 128, 1)\n\tlsh.Insert(\"doc1\", []string{\"a\", \"b\", \"c\"})\n\tfmt.Println(lsh.Query([]string{\"a\", \"b\"}))\n}","lang":"go","description":"Insert a document into the LSH index and query for similar documents."},"warnings":[],"env_vars":null,"search_vec":"'approxim':11 'hash':9 'implement':3 'local':7 'locality-sensit':6 'lsh':2,16 'minhash':1,4,15 'nearest':12 'neighbor':13 'search':14,18 'sensit':8 'similar':17","created_at":"2026-06-15T07:59:27.057842+00:00","updated_at":"2026-06-15T07:59:27.057842+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ekzhu/minhash-lsh","github":"https://github.com/ekzhu/minhash-lsh","docs":"https://pkg.go.dev/github.com/ekzhu/minhash-lsh#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}