Skip to content

Commit 289fb50

Browse files
ilayaperumalgchedim
authored andcommitted
Add spring ai starter for model chat memory to BOM
Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
1 parent db6404d commit 289fb50

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spring-ai-bom/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,14 @@
10141014
<version>${project.version}</version>
10151015
</dependency>
10161016

1017+
<!-- Spring AI Spring Boot starter for Chat Memory (with the default in-memory Chat memory repository) -->
1018+
1019+
<dependency>
1020+
<groupId>org.springframework.ai</groupId>
1021+
<artifactId>spring-ai-starter-model-chat-memory</artifactId>
1022+
<version>${project.version}</version>
1023+
</dependency>
1024+
10171025
<!-- Spring AI Spring Boot starters for Chat Memory Repository -->
10181026

10191027
<dependency>

0 commit comments

Comments
 (0)