bicardinal/brinicle
A resource-efficient C++ vector index engine built for low-RAM production workloads
This helps developers integrate efficient similarity search into their applications, especially when dealing with large datasets and limited memory. It takes in high-dimensional vectors (numerical representations of data like images or text) and quickly finds the most similar ones. This is for software engineers or data infrastructure engineers building systems where fast, approximate nearest neighbor search is critical.
Available on PyPI.
Use this if you are building an application that needs to perform fast similarity searches on large vector datasets, but your deployment environment has limited RAM and you need disk-first processing.
Not ideal if you need an out-of-the-box vector database solution rather than a library to integrate into your existing C++ or Python application.
Stars
10
Forks
—
Language
Python
License
Apache-2.0
Category
Last pushed
Jan 29, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/bicardinal/brinicle"
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,...