Skip to content

Release v0.2.0

Date: 2026-05-17

Highlights

  • Module renamed from github.com/agentplexus/omniretrieve to github.com/plexusone/omniretrieve

Upgrade Guide

Update your import paths from:

import "github.com/agentplexus/omniretrieve"
import "github.com/agentplexus/omniretrieve/providers/pgvector"

To:

import "github.com/plexusone/omniretrieve"
import "github.com/plexusone/omniretrieve/providers/pgvector"

Changed

  • Rename module path from github.com/agentplexus/omniretrieve to github.com/plexusone/omniretrieve (ee645c4)
  • Update pgvector provider module path to plexusone (b3e5fc6)

Fixed

  • generateID() moved to OS-agnostic ID generation using oscompat (d8fe2a0)
  • Fix gofmt formatting in observe package (fb7b318)

Dependencies

  • Bump github.com/grokify/oscompat from 0.1.0 to 0.3.0 (6f29ae3)
  • Update pgvector provider dependencies (4dc54fc)

Documentation

  • Update README title (562ae76)
  • Update README shields (96bb29d)
  • Update module paths in README and TRD (7613ed4)

Internal

  • Update CI workflows to shared workflow filenames (b951726)
  • Update CI workflows to shared configurations (0331451)

Installation

go get github.com/plexusone/omniretrieve@v0.2.0

For pgvector support:

go get github.com/plexusone/omniretrieve/providers/pgvector@v0.1.0