Skip to content

Conversation

@ddobrin
Copy link
Contributor

@ddobrin ddobrin commented Jul 25, 2025

This PR introduces comprehensive support for Google's latest Unified SDK with text embedding capabilities and enhances the existing chat model functionality.

Key Changes:

  1. New Google Gen AI Text Embedding Support (Support latest Google Unified SDK to access Google AI Embedding Models #3824)
    - Added a new spring-ai-google-genai-embedding module with full text embedding model implementation
    - Supports Google's text embedding models (text-embedding-005, text-embedding-004, gemini-embedding-001) with configurable options
    - Includes comprehensive test coverage with retry logic and observability support

  2. Spring Boot Starter for Google Gen AI (Support latest Google Unified SDK to access Google AI Embedding Models #3824)
    - Created spring-ai-autoconfigure-model-google-genai module with auto-configuration for both chat and embedding models
    - Provides property-based configuration for easy integration
    - Includes migration guide and extensive integration tests

  3. Thinking Configuration Support (Add Thinking Config and Content Caching to the Google Gen AI Module #3849)
    - Enhanced Google Gen AI chat model with thinking/reasoning configuration in the spring-ai-google-genai module
    - Added support for configurable thinking parameters in chat options
    - Enables advanced reasoning capabilities in the chat model

@markpollack
Copy link
Member

thank you very much!

merged in 085446c

@markpollack markpollack closed this Aug 5, 2025
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.

2 participants