Open
Description
i want to use gemini. gemini doesn't appear to have an embedding model. vertex does tho. so i add that starter, it brings in the vertex chat model, which conflicts with gemini's chat model. so i can't use either.
perhaps we could disintegrate the vertex embedding model from the vertex chat model, so that i could send the signal to spring ai that i want the vertex embedding model but not the chat model and i want the gemini chat model?
my hope is that two starters become three, but failign that perhaps we could at least take the vertex auto configuration and split it up into two - one for the chat model and another for the embedding model - so that a user could exclude the chat model?