Benchmarking Ollama Embeddings with a Minimal Node.js Script
Semantic search is becoming easier to prototype thanks to lightweight models and tools like Ollama’s nomic-embed-text. I wanted to see how well a local solution would perform—without relying on cloud services or heavyweight vector databases. So I built a tiny Node.js script that: Here’s what I
Read More