You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would really like to have this possibility in Spring AI. Unfortunately, I'm afraid it's up to the Spring Boot project to support registering multiple beans of the same type via auto-configuration, a capability that so far has not been supported by Spring Boot.
Currently, proprietary or open models running in Google Vertex can be accessed through the Vertex Gemini module, respectively using the OpenAI API.
The problem - there is no ability to auto-config more than 1 Gemini or open model in Vertex at this time.
The proposal - introduce the ability to add a in the auto-config, to allow for multiple configurations
Workaround - not using auto-config and manually configuring each model in use
CC @tzolov
The text was updated successfully, but these errors were encountered: