Resolves #1628 In Azure Vector Store, the embedding field needs to be retrievable for proper functionality. While SearchField class doesn't have a 'retrievable' property, the 'hidden' field serves the same purpose. The fix sets hidden=false on the embedding field to make it retrievable. Link: https://github.com/spring-projects/spring-ai/issues/1628