Nineya
Home
Blog
Spring-ai Remove the name field from ToolMessage
2025-01-14 06:25:40
165
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
2025-01-14 06:25:38
427
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
2025-01-14 06:25:36
4669
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
2025-01-14 06:25:33
193
Comment From: ilayaperumalgThis PR addresses the removal of all the deprecations except Document#ContentFormatter which ...
Spring-ai Make vector store builders extensible
2025-01-14 06:25:31
142
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
2025-01-14 06:25:28
10999
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
2025-01-14 06:25:12
411
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.
2025-01-14 06:25:09
4076
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
2025-01-14 06:25:06
177
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
2025-01-14 06:25:02
2919
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.
2025-01-14 06:24:59
4430
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
2025-01-14 06:24:57
754
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
2025-01-14 06:24:53
501
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
2025-01-14 06:24:51
126
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
2025-01-14 06:24:48
1712
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
2025-01-14 06:24:45
410
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
2025-01-14 06:24:42
285
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
2025-01-14 06:24:40
284
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
2025-01-14 06:24:38
7019
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)
2025-01-14 06:24:31
1913
Bug descriptionWhen generating a json schema for a function callback input type in Kotlin, if a property is nullable in ...
上一页
下一页
1
…
1022
1023
1024
1025
1026
…
2246
.