cd /news/ai-tools/show-hn-lance-bundle-portable-embedd… · home topics ai-tools article
[ARTICLE · art-92168] src=github.com ↗ pub= topic=ai-tools verified=true sentiment=· neutral

Show HN: Lance-bundle – Portable embeddings to embed once, query forever

Developer cloudkj released lance-bundle, an open-source library that packages precomputed embedding vectors with their embedding model into a single file for fast, local semantic queries, using LanceDB and ONNX for a low dependency footprint. The project includes precomputed datasets hosted on Hugging Face, such as lance-bundle/berkshire-hathaway-letters, which can be loaded and searched directly. The library aims to help local-first AI enthusiasts avoid regenerating embeddings across environments.

read1 min views1 publishedAug 11, 2026

Hello,

While experimenting with personal, local RAG app setups, I kept having to (re)generate embeddings and really wanted precomputed embedding datasets that I could quickly pull and use in various environments.

I built a library to test out the idea: lance-bundle lets you package precomputed embedding vectors alongside the actual embedding model so that everything can be loaded from a single file for querying against the vectors; initial version uses LanceDB + ONNX for low dependency footprint and fast cold start to vector queries.

https://github.com/cloudkj/lance-bundle

As part of this, a few datasets that might be of interest to this audience have been precomputed as embedding vectors and hosted on a Hugging Face dataset hub and can be directly loaded and queried against:

https://huggingface.co/lance-bundle/datasets

With these datasets, you can simply load directly and run semantic queries to retrieve the nearest documents/embeddings:

    from lance_bundle import load_dataset
    bundle = load_dataset("lance-bundle/berkshire-hathaway-letters")
    bundle.search("What does Warren Buffett think of passive index funds?")

Looking to share to see if anyone actually finds it useful, and to gather feedback on whether it makes sense for the local-first AI enthusiasts. Let me know what you think!Comments URL: https://news.ycombinator.com/item?id=49259385

Points: 1

── more in #ai-tools 4 stories · sorted by recency
── more on @cloudkj 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-lance-bundle…] indexed:0 read:1min 2026-08-11 ·