hora-search/horapy
🐍 Python bidding for the Hora Approximate Nearest Neighbor Search Algorithm library
This is a tool for developers who work with large datasets of high-dimensional vectors. It helps you quickly find the most similar items to a given query item. You provide a collection of vectors, and it efficiently returns a list of the closest vectors, based on various distance metrics. It's designed for software engineers building applications that require fast similarity searches.
No commits in the last 6 months.
Use this if you are a developer needing to implement high-speed approximate nearest neighbor search functionality in a Python application.
Not ideal if you are an end-user without programming experience looking for a ready-to-use application, or if your dataset is very small and brute-force search is sufficient.
Stars
73
Forks
9
Language
Python
License
Apache-2.0
Category
Last pushed
Oct 11, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hora-search/horapy"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
deepspeedai/DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference...
helmholtz-analytics/heat
Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python
hpcaitech/ColossalAI
Making large AI models cheaper, faster and more accessible
horovod/horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
bsc-wdc/dislib
The Distributed Computing library for python implemented using PyCOMPSs programming model for HPC.