Skip to content

feat: plugin updates - #250

Merged
xavidop merged 6 commits into
mainfrom
xavier/more-plugins
Jul 6, 2026
Merged

feat: plugin updates#250
xavidop merged 6 commits into
mainfrom
xavier/more-plugins

Conversation

@xavidop

@xavidop xavidop commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Description

  1. Plugins updates
  2. Chroma plugin
  3. milvus plugin
  4. mongo vector plugins

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test improvements
  • CI/CD improvements

Changes Made

Testing

  • Unit tests added/updated
  • Integration tests added/updated
  • Manual testing performed
  • All existing tests pass

Checklist

  • My code follows the project's code style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Documentation

  • README updated
  • Plugin documentation updated
  • API documentation updated
  • Sample code updated

Reviewer Notes

@xavidop xavidop changed the title Xavier/more plugins feat: plugin updates Jul 6, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces several new vector database integrations (Chroma, Milvus, Qdrant, and MongoDB Atlas Vector Search) and agent session stores (PostgreSQL and MongoDB) for Genkit Java, alongside extensive documentation and model updates. The review feedback highlights critical performance and safety improvements: batching embedding generation in the indexers of the new vector stores to avoid sequential network request bottlenecks, throwing an exception for empty documents in AwsBedrockEmbedder to prevent index mapping mismatches, and using direct map conversion instead of Extended JSON serialization in MongoSessionStore to avoid parsing issues.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@xavidop
xavidop merged commit bb62bb6 into main Jul 6, 2026
12 checks passed
@xavidop
xavidop deleted the xavier/more-plugins branch July 6, 2026 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant