Add spring ai starter for model chat memory to BOM

Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
This commit is contained in:
Ilayaperumal Gopinathan
2025-05-19 10:11:13 +01:00
parent 144ae1ec92
commit d601af76b5

View File

@@ -1014,6 +1014,14 @@
<version>${project.version}</version>
</dependency>
<!-- Spring AI Spring Boot starter for Chat Memory (with the default in-memory Chat memory repository) -->
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-starter-model-chat-memory</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Spring AI Spring Boot starters for Chat Memory Repository -->
<dependency>