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

- ChatMemory will become a generic interface to implement different memory management strategies. It’s been moved from the “”spring-ai-client-chat” package to “spring-ai-model” package while retaining the same package, so it’s...

The vector-index-name in the MongoDB configuration options should be wrong, but it's okay when I'm trying index-name (no warning)

Hi team, This PR adds support for configuring `RestClient` timeouts via the new `spring.ai.http.client.connection-timeout` and `spring.ai.http.client.read-timeout` properties. I understand that some of the previous timeout-related contributions were declined with the...

**Bug description** Cannot use JdbcChatMemory with a MSSQL Server ``` Incorrect syntax near 'LIMIT'. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:270) ~[mssql-jdbc-12.8.1.jre11.jar:na] at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1735) ~[mssql-jdbc-12.8.1.jre11.jar:na] at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:675) ~[mssql-jdbc-12.8.1.jre11.jar:na] at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:594) ~[mssql-jdbc-12.8.1.jre11.jar:na] at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7745) ~[mssql-jdbc-12.8.1.jre11.jar:na] at...

# Bug Report ## Bug description I have a MCP Server and the MCP client built. First, I spin up the MCP Server and then the MCP client. My client...

I hope to quickly learn Spring AI + ollama + deepseek r1 (local learning and deployment) through the official documentation, but when I call the interface `/ai/generate` based on the...

openai

Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested. **Expected Behavior** Enable the use of ToolContext together with...

**Bug description** While using the AzureOpenAI chat client streaming won't work. It gets into this nullpointer. When I subscribe and print out the .content() Flux; I noticed that the last...

azure

document navigation bar typo error. ![image](https://github.com/user-attachments/assets/0813f361-9be1-4b34-a933-6b241491a395)

feat(anthropic): Add support for streaming thinking events Add necessary types and update stream processing to handle Anthropic's 'thinking' content blocks and deltas in streaming responses. This resolves an issue where...