When trying to pull down the dependencies from Maven, I noticed there was a typo in the group ID of the dependencies mentioned in the documentation. They use org.springframework.ai, when it should be org.springframework.grpc. This PR fixes those docs.
When trying to pull down the dependencies from Maven, I noticed there was a typo in the group ID of the dependencies mentioned in the documentation. They use
org.springframework.ai
, when it should beorg.springframework.grpc
. This PR fixes those docs.