File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 250250 <optional >true</optional >
251251 </dependency >
252252
253+ <dependency >
254+ <groupId >org.springframework.ai</groupId >
255+ <artifactId >spring-ai-google-genai</artifactId >
256+ <version >${project.version} </version >
257+ </dependency >
258+
259+ <dependency >
260+ <groupId >org.springframework.ai</groupId >
261+ <artifactId >spring-ai-google-genai-embedding</artifactId >
262+ <version >${project.version} </version >
263+ </dependency >
264+
253265 <dependency >
254266 <groupId >org.springframework.ai</groupId >
255267 <artifactId >spring-ai-huggingface</artifactId >
595607 <version >${project.version} </version >
596608 </dependency >
597609
610+ <dependency >
611+ <groupId >org.springframework.ai</groupId >
612+ <artifactId >spring-ai-autoconfigure-model-google-genai</artifactId >
613+ <version >${project.version} </version >
614+ </dependency >
615+
598616 <dependency >
599617 <groupId >org.springframework.ai</groupId >
600618 <artifactId >spring-ai-autoconfigure-model-huggingface</artifactId >
10121030 <version >${project.version} </version >
10131031 </dependency >
10141032
1033+ <dependency >
1034+ <groupId >org.springframework.ai</groupId >
1035+ <artifactId >spring-ai-starter-model-google-genai</artifactId >
1036+ <version >${project.version} </version >
1037+ </dependency >
1038+
1039+ <dependency >
1040+ <groupId >org.springframework.ai</groupId >
1041+ <artifactId >spring-ai-starter-model-google-genai-embedding</artifactId >
1042+ <version >${project.version} </version >
1043+ </dependency >
1044+
10151045 <dependency >
10161046 <groupId >org.springframework.ai</groupId >
10171047 <artifactId >spring-ai-starter-model-zhipuai</artifactId >
You can’t perform that action at this time.
0 commit comments