spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

An Application Framework for AI Engineering

Results 659 spring-ai issues
Sort by recently updated
recently updated
newest added
trafficstars

apply Builder pattern to `AnthropicApi` to provide a consistent development design related: https://github.com/spring-projects/spring-ai/pull/2164, https://github.com/spring-projects/spring-ai/pull/2634

Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to create. If the bug is trivial, just...

Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested. **Expected Behavior** After the MCP SSE server restarts, the...

I found that there seems to be a problem with the implementation of the “get” method in CassandraChatMemory. When I configure it as follows: ```java @Bean public ChatClient chatClient(AlibabaOpenAiChatModel model,...

I already config chat model in config file, but still tell me that cannot be null when use deepseek model. application yaml: spring: ai: openai: base-url: https://api.deepseek.com api-key: ${DEEPSEEK_API_KEY} chat:...

**Expected Behavior** MCP Server ``` @Service public class MemberTool { @Tool(description = "Query the user's order") public Map memberOrderInfo(Long memberId, Long orderNo){ //... } } ``` MCP client ``` ChatClient.create(chatModel)...

MCP

This update enables deserialization of the 'capabilities' field from the JSON response. [Ollama Show Model Information](https://github.com/ollama/ollama/blob/main/docs/api.md#show-model-information) Thank you for taking time to contribute this pull request! You might have already...

**Bug description** Sending OK to call Tool Calling error: ERROR 29356 --- [ient-2-Worker-0] o.s.ai.chat.model.MessageAggregator : Aggregation Error java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because "toolName" is null **Environment** spring-ai-bom:1.0.0-M6 spring-ai-openai-spring-boot-starter JDK21 **Steps...

Fix the GET query for Microsoft SQL Server on JdbcChatMemory I have tried to make the less changes, I was thinking at first to change with Impl classes and make...

"The MCP client connects to SSE, but Chinese parameters are displayed as garbled text." "Chinese parameters become garbled when sent from the MCP client to SSE."