Skip to content

chore(deps): bump github.com/plexusone/omnillm-core from 0.15.0 to 0.16.0#82

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omnillm-core-0.16.0
Open

chore(deps): bump github.com/plexusone/omnillm-core from 0.15.0 to 0.16.0#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omnillm-core-0.16.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps github.com/plexusone/omnillm-core from 0.15.0 to 0.16.0.

Release notes

Sourced from github.com/plexusone/omnillm-core's releases.

v0.16.0

Release Notes: v0.16.0

Full Changelog: plexusone/omnillm-core@v0.15.0...v0.16.0

Changelog

Sourced from github.com/plexusone/omnillm-core's changelog.

[v0.16.0] - 2026-05-23

Highlights

  • Embeddings API: New EmbeddingProvider interface for text-to-vector conversion, enabling semantic search and RAG workflows

Added

  • EmbeddingProvider interface with CreateEmbedding, Close, and Name methods (b4343c8)
  • EmbeddingRequest type with model, input, encoding format, dimensions, and user fields (b4343c8)
  • EmbeddingResponse, EmbeddingData, and EmbeddingUsage types for unified embedding responses (b4343c8)
  • EmbeddingEncodingFormat constants (float, base64) for output format control (b4343c8)
  • OpenAI embedding provider implementation with full API support (a3393cc)
  • Embedding provider registry with RegisterEmbeddingProvider, GetEmbeddingProvider, ListEmbeddingProviders (c88ce43)
  • GetEmbeddingProviderFactory for retrieving registered embedding provider factories (c88ce43)

Tests

  • Embedding registry tests for registration, factory retrieval, and priority override (b449d86)
  • OpenAI embedding provider tests with mock server for CreateEmbedding, validation (b449d86)
Commits
  • 49692a1 docs: add embeddings to README
  • 606826b docs: update CHANGELOG for v0.16.0
  • a9ee15a docs: add embeddings feature documentation
  • b449d86 test: add embedding provider tests
  • c88ce43 feat: add embedding provider registry
  • a3393cc feat(openai): add embedding support
  • b4343c8 feat: add EmbeddingProvider interface and types
  • 3877895 Merge pull request #105 from plexusone/dependabot/go_modules/github.com/groki...
  • bb14277 chore(deps): bump github.com/grokify/mogo from 0.74.4 to 0.74.5
  • 3a30dd5 Merge pull request #104 from plexusone/dependabot/go_modules/github.com/groki...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/plexusone/omnillm-core](https://github.com/plexusone/omnillm-core) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/plexusone/omnillm-core/releases)
- [Changelog](https://github.com/plexusone/omnillm-core/blob/main/CHANGELOG.md)
- [Commits](plexusone/omnillm-core@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: github.com/plexusone/omnillm-core
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants