Published August 14, 2025
| Version v1
Preprint
Open
ai-embed-search: A Lightweight Local Semantic Search Engine with Transformer Embeddings and Probabilistic Ranking
Authors/Creators
Description
We present ai-embed-search, a lightweight, fully local semantic search [8] engine powered by transformer [5] embeddings. Our system supports both local and cloud-based embedding providers, cosine similarity [2] ranking, temperaturescaled softmax scoring, query expansion, and flexible metadata filtering. Unlike traditional solutions relying on external vector databases or APIs, our implementation is designed for fast, memory-efficient, offline usage, making it ideal for constrained or edge environments.
Files
ai-embed-search-transformer-semantic-ranking.pdf
Files
(436.9 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:f3ab1c72a6052edcccd2014031f61b69
|
436.9 kB | Preview Download |
Additional details
Software
- Repository URL
- https://github.com/sbrsv/ai-embed-search
- Programming language
- TypeScript
- Development Status
- Active