frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Embedding Explorer – compare text embedding models in your browser

https://github.com/dnys1/embedding_explorer
1•dillonnys•1h ago
TL;DR: Picking an embedding model is tedious (ad‑hoc scripts, switching SDKs, messy notebooks). I wanted a consistent, repeatable workflow to A/B models on my own data and sanity‑check retrieval before wiring up a full stack.

Recently, I've been studying text embedding models and their various applications and I found it all to be very tedious. I was doing the same workflow over and over again: transforming data into input for the models, generating vectors for multiple models and storing them in a vector DB, and then running similarity search for different queries. I'd evaluate the results, then start tweaking the input, tweaking the different models, and run the whole process all over again. The iteration cycle was slow, so I built a tool which made this a lot easier.

Embedding Explorer is a minimal web app to ingest data, generate embeddings with multiple providers, store vectors, and run fast similarity searches so you can compare model quality side‑by‑side. Everything runs locally in your browser—no backend, no login.

It's broken down into the logical steps I was taking, keeping everything organized and consistent as you iterate:

- Data: upload CSV or point at a SQLite DB. - Templates: build doc bodies with a small mustache‑style syntax (`{{field}}`) and preview IDs/bodies. - Providers: configure multiple models (OpenAI, Google Gemini, Ollama) and run batch jobs across them. - Storage/search: vectors + metadata live in libSQL running in WASM, persisted to OPFS; k‑NN/cosine queries power the comparison UI.

Tech Stack: Dart + Jaspr for UI/workers, libSQL WASM for persistence. No telemetry, everything stored locally in OPFS.

Live demo (no login): https://embeddings.thestartupapi.com

Alphabet's Letter to the House Judiciary Committee [pdf]

https://judiciary.house.gov/sites/evo-subsites/republicans-judiciary.house.gov/files/evo-media-do...
1•ImJamal•1m ago•0 comments

Privacy Commissioners find TikTok collected sensitive data from children

https://www.priv.gc.ca/en/opc-news/news-and-announcements/2025/nr-c_250923/
1•Improvement•1m ago•0 comments

Nuklear: A minimal-state, immediate-mode graphical user interface toolkit

https://github.com/Immediate-Mode-UI/Nuklear
1•jbm•3m ago•0 comments

Persistent sequences with insert and delete and canonical structure?

https://cs.stackexchange.com/questions/173598/persistent-sequences-with-insert-and-delete-and-can...
1•practal•3m ago•1 comments

Show HN: Inflow – invoke an LLM with your viewport just by typing

https://github.com/cboRD181/Inflow
1•vagabund•4m ago•0 comments

Rapid epigenomic classification of acute leukemia

https://www.nature.com/articles/s41588-025-02321-z
1•bookofjoe•5m ago•0 comments

Most Canadians think Trump would break any new trade deal

https://nationalpost.com/news/canada/candians-trump-trade-deal-poll
2•bbarnett•5m ago•2 comments

JEP Draft: Lazy Constants (Second Preview)

https://openjdk.org/jeps/8359894
1•za3faran•7m ago•0 comments

Is Fortran better than Python for teaching basics of numerical linear algebra?

https://loiseaujc.github.io/posts/blog-title/fortran_vs_python.html
2•Bostonian•9m ago•1 comments

Show HN: Shaders – A first-of-it's-kind component library for front end magic

https://twitter.com/npm_i_shaders/status/1970526500811350397
1•marchantweb•10m ago•0 comments

GNOME 49 adds a "Support GNOME" button, alongside a reminder twice a year

https://old.reddit.com/r/gnome/comments/1mpdmgx/gnome_49_adds_a_support_gnome_button_to_the_about/
1•perihelions•11m ago•0 comments

Why non-deterministic AI agents are the ultimate doom for enterprises

https://blog.inxm.ai/p/why-non-deterministic-ai-agents-are
1•oesimania•12m ago•1 comments

The Complete Guide to Dev Containers in Ruby on Rails

https://www.rorvswild.com/blog/2025/dev-containers-rails
1•hahahacorn•15m ago•0 comments

Request HN [Meta]: Noticed a bug with renamed submissions

2•add-sub-mul-div•19m ago•0 comments

A Novel Technique for SQL Injection in PDO's Prepared Statements

https://slcyber.io/assetnote-security-research-center/a-novel-technique-for-sql-injection-in-pdos...
1•donatj•19m ago•0 comments

Gemini Live API

https://twitter.com/GoogleAIStudio/status/1970545734736023564
1•simianwords•21m ago•0 comments

Denmark links drones at Copenhagen airport to hybrid attacks across Europe

https://www.reuters.com/world/europe/drones-that-shut-copenhagen-airport-flown-by-capable-operato...
3•JumpCrisscross•21m ago•0 comments

For the Founders: What are your launch strategies?

2•Verdierm•21m ago•2 comments

Something Is Very Wrong Online

https://www.theatlantic.com/technology/archive/2025/09/charlie-kirk-assassination-online-reaction...
1•byproxy•23m ago•1 comments

consumed.today

https://consumed.today/
1•burkaman•26m ago•0 comments

Apple A19 SoC die shot

https://chipwise.tech/our-portfolio/apple-a19-dieshot/
1•giuliomagnifico•27m ago•0 comments

A PPO agent that switches between 'cognitive functions'

https://github.com/iblameandrew/CAPO
1•scraper02•27m ago•0 comments

I Am Netlify-Free

https://yieldcode.blog/post/i-am-netlify-free/
2•skwee357•28m ago•2 comments

How to draw construction equipment for kids

https://alyssarosenberg.substack.com/p/how-to-draw-construction-equipment
12•holotrope•29m ago•1 comments

Denmark wants to push through Chat Control

https://netzpolitik.org/2025/internes-protokoll-daenemark-will-chatkontrolle-durchdruecken/
11•Improvement•30m ago•1 comments

A Tour of eBPF in the Linux Kernel: Observability, Security and Networking

https://www.lucavall.in/blog/a-tour-of-ebpf-in-the-linux-kernel-observability-security-and-networ...
1•charles_irl•31m ago•0 comments

The Tao of HashiCorp

https://www.hashicorp.com/en/tao-of-hashicorp
5•MonkeyClub•32m ago•1 comments

Yaks Big. Razors Bigger

https://pijul.org/posts/2025-06-08-elpe/
1•cassepipe•32m ago•0 comments

The Domino Effect of Industrial Growth

https://estimateproperty.blogspot.com/2025/09/the-domino-effect-of-industrial-growth.html
1•spectralmike•34m ago•0 comments

Show HN: Apples2Oranges. Ollama with hardware telemetry.On device LLM playground

https://github.com/bitlyte-ai/apples2oranges
2•AntoineN2•35m ago•0 comments