I've updated my Bible exploration tool to run entirely in the browser using Transformers.js. Key features:<p>- Semantic search over the entire text using BAAI/bge-large-en-v1.5 embeddings<p>- Client-side vector similarity search, no server required<p>- Web UI built with HTML, Tailwind CSS, and vanilla JavaScript<p>- Displays top search results with similarity scores<p>- Hosted for free on Vercel, no server required!<p>This is an evolution of my previous Biblos project, now optimized to run client-side only.<p>- <a href="https://github.com/dssjon/biblos-js">https://github.com/dssjon/biblos-js</a><p>- <a href="https://biblos.app" rel="nofollow">https://biblos.app</a>