Mark Pollack
Mark Pollack
I think moving to use the latest version that focuses on elastic search 8 and to build upon the elasticsearch-java will be the best use of everyone's time. Sorry for...
Thanks for such a great issue, with a repo example
We will look into it. We want to be portable and I don't know yet what google/amazon are doing wrt to their client interfaces in terms of introducing a new...
We are getting back to this now. Thanks for your patience! What is planned to do to address this is to 1. Change the @ConfigurationProperties for Azure OpenAI to include...
If this change is made, it also needs to be done in the AutoConfiguration Properties
Change `AzureOpenAiEmbeddingOptions` and `AzureOpenAiChatOptions` use of `setModel` to `setDeploymentName` as that matches Azure OpenAI terminology.
Moving this to 0.8.1 for now as I feel there may unintended side effects of this change and would like it not to hold up the 0.8.0 release.
Also some thoughts in issue https://github.com/spring-projects/spring-ai/issues/134 and https://github.com/spring-projects/spring-ai/issues/135
The PR https://github.com/spring-projects/spring-ai/pull/249 address this.
Yes, this is a big feature set. Introducing a listener interface on the `ChatClient` is one such approach (similar to Spring Batch) as there can be many targets for this...