-
lancedb
Developer-friendly OSS embedded retrieval library for multimodal AI. Search More; Manage Less.
For another library that has great performance and features like full text indexing and the ability to version changes I’d recommend lancedb https://lancedb.github.io/lancedb/
Yes, it’s a vector database and has more complexity. But you can use it without creating indexes and it has excellent polars and pandas zero copy arrow support also.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
In general I like to send structured data (see the input format here: https://github.com/minimaxir/mtg-embeddings), but the ModernBERT base for the embedding model used here specifically has better benefits for structured data compared to previous models. That's worth another blog post explaining why.
-
-
portable-hnsw
What if an HNSW index was just a file, and you could serve it from a CDN, and search it directly in the browser?
I thought about this some more and did some research - and found an indexing approach using HNSW, serialized to parquet, and queried from the browser here:
https://github.com/jasonjmcghee/portable-hnsw
Opens up efficient query patterns for larger datasets for RAG projects where you may not have the resources to run an expensive vector database
Related posts
-
Postgres rewritten in Rust v0.2, now faster than Postgres and ClickHouse
-
My hobby compiler is now compiling a company's production app
-
Perforce charges $500 for training training videos.. and it's AI narrated
-
Topcoat-The full full-stack framework for Rust
-
Ask HN: What Are You Working On? (July 2026)