Skip to content
Patrick Desjardins Blog
Patrick Desjardins picture from a conference

Adding an Embedded Vector Search in my Next JS SSG blog

Posted on: 2025-06-01

Context and Constraints

The last time I had a search on my blog was when it was hosted using WordPress. Using Next JS static site generation (SSG) for my blog and hosting it on GitHub Pages, I needed a way to implement search functionality without relying on a backend.