Open
Description
On the Spring AI project page (https://spring.io/projects/spring-ai#learn), the 2 links point to the same URL:
- 1.0.0-M2 PRE -> https://docs.spring.io/spring-ai/reference/1.0/index.html
- 1.0.0-M3 PRE -> https://docs.spring.io/spring-ai/reference/index.html
- 1.0.0-SNAPSHOT -> https://docs.spring.io/spring-ai/reference/index.html
Is it intentional that the 1.0.0-M3 PRE and 1.0.0-SNAPSHOT links direct to the same URL? This setup implies that either the M3 documentation isn’t fixed, or the SNAPSHOT version isn’t being updated regularly.
Additionally, the 1.0.0-SNAPSHOT API docs (https://docs.spring.io/spring-ai/docs/1.0.0-SNAPSHOT/api/) appear outdated, with the latest version dating back to 2024-03-15. Notably, the ChatClient
class still includes old methods, such as call(Prompt)
and call(String)
.