Grogdunn
Grogdunn
I've added a "permessive" match strategy with this you can: - preserve the object structure when the filter _a.b_ is specified (instead of specify filter for _a_ and _a.b_) -...
Hi, I need to "mix" a SQL database (Postrgres+Hibernate in production) and Redis. I've struggled a lot, but with no luck. I wish to enable transactions, so I've configured: ```java...
Try to fix #478 issue, now works for Azure. Due Microsoft API we need to "clone" the DTO structure. All MS DTO are final class with private constructors.
The AzureOpenAI client doesn't support function calling (now called tools in Azure SDK) in streaming response. See: https://github.com/spring-projects/spring-ai/blob/1e98f82e03529506c9afaa650717b3819633d573/models/spring-ai-azure-openai/src/main/java/org/springframework/ai/azure/openai/AzureOpenAiChatClient.java#L168 To reproduce, create a simple Client with a tool, and invoke, the...
A lot of links are broken in this page http://www.mojohaus.org/plugins.html eg: - jaxb2 - xmlbeans - sqlj - etc...
### What are you trying to do? I want to override client DNS only for some clients (with an optin like choose to use an exit node). I want to...
Added in Vertex client configuration the possibility to use GoogleSearchRetrieval as tool as grounding feature https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/grounding next up (on other PR) grounding support with "retrieval" tool, more studies needed.
Reefer issue #652 For some use case after local function is called no need to pass the results to LLMs. (eg: data extraction from documents)
**Expected Behavior** For some customers we do not have necessity to pass the function-result to LLMs again. Eg: extract some information from a blob of text and save it in...
PR: #669 Vertex support other tools than functions, one is for use Google Search as "grounding" function.