djc / instant-distanceLinks
Fast approximate nearest neighbor searching in Rust, based on HNSW index
☆342Updated 2 weeks ago
Alternatives and similar repositories for instant-distance
Users that are interested in instant-distance are comparing it to the libraries listed below
Sorting:
- An Approximate Nearest Neighbors library in Rust, based on random projections and LMDB and optimized for memory usage☆299Updated 3 months ago
- HNSW ANN from the paper "Efficient and robust approximate nearest neighbor search using Hierarchical Navigable Small World graphs"☆256Updated 5 months ago
- Rust port of sentence-transformers (https://github.com/UKPLab/sentence-transformers)☆125Updated last year
- Rust language bindings for Faiss☆245Updated 2 months ago
- Rust implementation of the HNSW algorithm (Malkov-Yashunin)☆230Updated 2 months ago
- Locality Sensitive Hashing in Rust with Python bindings☆121Updated 2 years ago
- Spelling correction & Fuzzy search based on Symmetric Delete spelling correction algorithm.☆141Updated 7 months ago
- Fast English word segmentation in Rust☆102Updated last week
- Rust-tokenizer offers high-performance tokenizers for modern language models, including WordPiece, Byte-Pair Encoding (BPE) and Unigram (…☆332Updated this week
- A lightweight full-text search library written in Rust that provides full control over the scoring calculations☆73Updated last year
- HNSW implementation in Rust. Reference: https://arxiv.org/ftp/arxiv/papers/1603/1603.09320.pdf☆243Updated last year
- finalfusion embeddings in Rust☆105Updated 2 years ago
- Rust client for txtai☆113Updated this week
- pgvector support for Rust☆187Updated last week
- pure rust implemention of word2vec☆86Updated 2 years ago
- Synchronizable structs for Rust.☆313Updated last year
- A simple and lightweight fuzzy search engine that works in memory, searching for similar strings (a pun here).☆186Updated 2 weeks ago
- ☆68Updated 2 years ago
- Graph-based Approximate Nearest Neighbor Search☆319Updated last year
- A tiny embedding database in pure Rust.