April 26, 2026 · Engineering

Gobed as the search engine

Gobed brings static embedding search to Go, which lets GPU Brain keep retrieval close to the web server, CLI, and MCP tools.

lee101/gobed is the Go search layer behind GPU Brain's embedding path. It wraps static embeddings for Go applications and includes CPU, int8, and GPU-oriented search work.

In GPU Brain, gobed handles local chunk embeddings while PostgreSQL stores pages, tags, links, timelines, keyword indexes, and pgvector rows. The product surface stays simple: agents ask for memory, not vector math.

Current production shape

Why this matters

The search engine can evolve without changing how agents use memory. Today the hosted app uses the Go service and PostgreSQL path. The same contract leaves room for larger GPU indexes as workloads grow.

Back to blog