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
After the changes in langchain4j/langchain4j-spring#155 (comment), the documentation is now updated to reflect the supported versions of Spring Boot in LangChain4j.
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/docs/tutorials/spring-boot-integration.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,9 @@ created by one of our Spring Boot starters.
271
271
272
272
## Supported versions
273
273
274
-
LangChain4j Spring Boot integration requires Java 17 and Spring Boot 3.2.
274
+
LangChain4j Spring Boot integration requires Java 17 and Spring Boot 3.5, in line with the [Spring Boot OSS support policy](https://spring.io/projects/spring-boot#support).
275
+
276
+
Support for Spring Boot 4.x is not available yet in LangChain4j, but it's planned for a future release.
275
277
276
278
## Examples
277
279
-[Low-level Spring Boot example](https://github.com/langchain4j/langchain4j-examples/blob/main/spring-boot-example/src/main/java/dev/langchain4j/example/lowlevel/ChatModelController.java) using [ChatModel API](/tutorials/chat-and-language-models)
0 commit comments