kozistr/semantic-search-rs
semantic vector search demo with gRPC server in Rust
This project helps developers build extremely fast search services that can find relevant information in massive datasets. You input a list of text queries and it quickly outputs a list of the most similar document IDs from a pre-built index. It's designed for backend engineers or MLOps professionals who need to integrate high-performance similarity search into their applications.
No commits in the last 6 months.
Use this if you need to implement a real-time semantic search feature with ultra-low latency for large volumes of data within a single server.
Not ideal if you require a distributed or sharded search solution, or if you prefer to use existing vector database products.
Stars
10
Forks
1
Language
Rust
License
Apache-2.0
Category
Last pushed
Aug 29, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/kozistr/semantic-search-rs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
winkjs/wink-bm25-text-search
Fast Full Text Search based on BM25
run-llama/semtools
Semantic search and document parsing tools for the command line
Hamza5/file-brain
Smart local file search app that understands your files
OpenConceptLab/oclmap
OCL Mapper (beta): an open-source AI-supported terminology mapping solution for the global community
Dicklesworthstone/frankensearch
Two-tier hybrid search for Rust: sub-millisecond initial results via potion-128M,...