Spring-ai Remove the name field from ToolMessage

Modify the code because there is no name in ToolMessage in openai api specification.- https://platform.openai.com/docs/a...

Spring-ai Fix example code indent

openai-chat-functions.adoc* Fixed indent of FunctionCallback Wrapper exampleThank you for taking time to contribute this...

Spring AI ChromaVectorStore write() succeeds in Spring Boot 3.3.4, fails in Spring Boot 3.4.1

Bug descriptionRunning code that creates embeddings and writes them to a Chroma vector store. Code works, but if I upgra...

Spring-ai Remove deprecated methods/classes from spring-ai-core

Comment From: ilayaperumalgThis PR addresses the removal of all the deprecations except Document#ContentFormatter which ...

Spring-ai Make vector store builders extensible

The VectorStore builders shouldn't be final as they are meant to be extensibleSuppress the FinalClass checkstyle errors ...

Spring AI Does not support google gemini

Google Gemini Pro 1.5 (especially the new experimental version) is one of the top models in the the LLM leaderboard, sho...

Spring-ai Move batching strategy to base vector store builder

Moving BatchingStrategy configuration from individual vector store implementations to the base AbstractVectorStoreBuilde...

Spring-ai Using models via OpenRouter (as Anthropic Claude 3.5) returns an error.

First of all, it would be nice to have support for OpenRouter in the Chat Model API.I think the adoption of this tool is...

Spring-ai Add dimensions option for ZhiPuAi embedding model

Add support for ZhiPuAi embedding-3 model's dimemsions optionhttps://www.bigmodel.cn/dev/api/vector/embeddingComment Fro...

Spring-ai DO NOT MERGE - Module refactoring

This is an experiment to refactor the spring-ai-core module.What was done.Extract vector store and advisor functionality...

Spring-ai AzureOpenAiChatModel Retry Mechanism Not Working.

Bug descriptionThe AzureOpenAiChatModel does not support the retry mechanism. According to the documentation, this featu...

Spring-ai Allowd developer to modify the behavior aroud ChatModel

Expected BehaviorAdvisor can only change the behavior around the ChatModel, framework has no way to control ChatModel`s ...

Spring-ai [Core] The ChatClient auto-configuration doesn't back off when a ChatClient.Builder bean exists already

Bug descriptionThe ChatClient.Builder bean auto-configured in ChatClientAutoConfiguration is created even though a bean ...

Spring-ai Do not autoconfigure ChatClient.Builder if a bean exists already

Fix the ChatClient.Builder auto-configuration so that it's only autoconfigured when there is no bean defined yet.Fixes g...

Spring-ai 1.0.0-SNAPSHOT is missing

Hello I encountered a build failure when using SpringAI library with Gradle.When I tried to find the cause, I found that...

Spring-ai Update getting-started.adoc

Fix to 1.0.0-M5 because 1.0.0-SNAPSHOT is missing and build with Gradle fails. Maven side was not changed because we did...

Spring-ai Spring AI M4 Observability Issue

Hi All,I have recently migrated from Spring AI M3 to M4.In M3 the gen_ai metrics and traces were getting captured in M3 ...

Spring-ai Introduce PII marker for logging sensitive data

Introduce a utility class LoggingMarkers providing an SLF4J marker for tagging log entries with Personally Identifiable ...

Spring-ai Flux flow response doesn't seem to work as expected

Bug descriptionFlux flow response doesn't seem to work as expected.EnvironmentSpring AI 1.0.0-SNAPSHOTJava version 21Win...

Spring AI Ollama tools is not compatible with a json shema containing an array in a "type" field (kotlin)

Bug descriptionWhen generating a json schema for a function callback input type in Kotlin, if a property is nullable in ...
上一页 下一页
.