-
Notifications
You must be signed in to change notification settings - Fork 960
Upgrade to Spring AI 1.1.0 #1985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updated compatibility range for AI models and added support for new AI models and vector databases in the application configuration. Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
|
Hey, thanks for the PR. Do you want to get users, if they select Boot 3.4.x, the 1.0.3 version of AI? Because right now, this PR would make Spring AI unusable with Spring Boot 3.4.x, as far as I can tell. |
|
But maybe we can live with that, as Boot 3.4.x will disappear anyway when it's out of OSS support, which will happen in December. |
|
@mhalbritter thanks for the quick follow-up! yeah, we can only show 1.1.0 as 1.0.x will not be actively maintained going forward as well. |
|
Do you think we can remove the |
Spring AI 1.0.x OSS support ends next June. Shouldn't we keep it around as long as Spring Boot 3.4.x is around? |
Ideally that would be the case. Given Spring AI 1.1.x also falls along the same line with Spring Boot 3.5.x, we are planning to actively maintain Spring AI 1.1.x while keeping 1.0.x for any critical fixes alone. We just switched Spring AI 2.0.0 as the next major. Moreover, there have been significant feature set changes between Spring AI 1.0.x and 1.1.x including many deprecations and retired items we don't have any control over. As a user, someone would lean towards switching to 1.1.x at this point. |
Update compatibility range for AI models and added support for new AI models and vector databases in the application configuration. See gh-1985 Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
|
Thanks for the PR @ilayaperumalg, that was very helpful. We now have support for Spring AI 1.0.3 (for Boot 3.4.x) and Spring AI 1.1.0 (for Boot 3.5.x). |
|
@mhalbritter thank you for taking care of including both Spring AI 1.0.3 and 1.1.0! |
Updated compatibility range for AI models and added support for new AI models and vector databases in the application configuration.