JadenGeller/similarity-topology
Efficient nearest neighbor search in Swift
This helps Swift developers efficiently find the most similar data points within large collections of high-dimensional data, like embeddings or feature vectors. You provide the data, and it builds an index that quickly returns the closest matches to any new query. It's designed for anyone building Swift applications that require fast similarity searches.
No commits in the last 6 months.
Use this if you are a Swift developer building an application that needs to quickly find similar items in a large, stable dataset.
Not ideal if your application frequently needs to delete existing data points from the similarity index, as this requires a full rebuild.
Stars
8
Forks
2
Language
Swift
License
MIT
Category
Last pushed
Mar 31, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/JadenGeller/similarity-topology"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MariaDB/server
MariaDB server is a community developed fork of MySQL server. Started by core members of the...
AlayaDB-AI/AlayaLite
AlayaLite – A Fast, Flexible Vector Database for Everyone.
infiniflow/infinity
The AI-native database built for LLM applications, providing incredibly fast hybrid search of...
nnethercott/hannoy
Production-ready KV-backed HNSW implementation in Rust using LMDB
dingodb/dingo
A multi-modal vector database that supports upserts and vector queries using unified SQL...