feat: plugin updates - #250
Conversation
There was a problem hiding this comment.
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.
Description
Type of Change
Changes Made
Testing
Checklist
Documentation
Reviewer Notes