Release v0.2.0¶
Date: 2026-05-17
Highlights¶
- Module renamed from
github.com/agentplexus/omniretrievetogithub.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/omniretrievetogithub.com/plexusone/omniretrieve(ee645c4) - Update pgvector provider module path to plexusone (
b3e5fc6)
Fixed¶
generateID()moved to OS-agnostic ID generation usingoscompat(d8fe2a0)- Fix gofmt formatting in observe package (
fb7b318)
Dependencies¶
- Bump
github.com/grokify/oscompatfrom 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¶
For pgvector support: