Nineya
Home
Blog
Spring-ai Allow Retry on choosen status codes
2025-01-14 05:10:18
153
Add a new autoconfig property spring.ai.retry.on-http-codes that list status codes (scuh as 429) for which the retry sho...
Spring-ai Review retry functionality when the third party library returns a 4xx http error code but the operation should be retried
2025-01-14 05:10:16
239
This occurs in the mistral embeddings client, a rate limit error, but use 422 status code for this condition. Comment F...
Spring-ai Add Ollama multimodality support
2025-01-14 05:10:13
233
Requires LLaVa or Bakllava models.Extend the Ollama chat client to support the Spring AI Medi type inputs.Add OllamaChat...
Spring-ai Add images field support for Ollama generate endpoint (llava model)
2025-01-14 05:10:11
2425
Expected BehaviorOllama generate API allows an additional field which is not present on the model, it's the "images" fie...
Spring-ai Ollama: embedding_only option has been removed from the Ollama API
2025-01-14 05:10:03
1677
Bug descriptionThe embedding_only option is not part of the Ollama API anymore. It's been removed since it wasn't actual...
Spring-ai Inconsistent constructor visibility of the TitanChatBedrockApi class
2025-01-14 05:10:01
325
The constructor TitanChatBedrockApi(String modelId, String region) { super(modelId, region);}of the TitanChatBedrockApi...
Spring-ai Add support for Elasticsearch vector store: Squashed
2025-01-14 05:09:59
474
Squashed Commits from PR #234- Add Support for Elasticsearch Vector Store- Rebase, Fix Compilation and Style Errors; Add...
Spring-ai Add support for Elasticsearch vector store
2025-01-14 05:09:56
3046
This PR adds supports for Elasticsearch vector search.To achieve compatibility with both Elasticsearch versions 7 and 8,...
Spring-ai Add Multi-Modality Support for OpenAI
2025-01-14 05:09:53
686
Implemented a MediaContent abstraction within the OpenAiApi to handle text and image inputs.Response message content rem...
Spring-ai Add Service Connection support for a better gettting started experience
2025-01-14 05:09:50
2344
Spring AI is built on top of Spring Boot 3.1, which offers ConnectionDetails and ServiceConnection support for Docker Co...
Spring-ai Add Elasticsearch vector store auto-configuration
2025-01-14 05:09:47
191
Add spring-ai-elasticsearch-store-spring-boot-starterRegister spring-ai-elasticsearch-store-spring-boot-starter in bomFi...
Spring-ai Add auto-config and boot starters for the Elasticsearch Vector store
2025-01-14 05:09:45
283
Elasticsearch Vector Store: https://github.com/spring-projects/spring-ai/tree/main/vector-stores/spring-ai-elasticsearch...
Spring-ai Add watsonx.ai feature
2025-01-14 05:09:43
2043
Add IBM watsonx.ai supportComment From: PabloSanchiThis repo shows how to use it, In case it comes in handy: https://git...
Spring-ai Added support for OpenAI Text to Audio (Speech API )
2025-01-14 05:09:40
5176
Support Added support for OpenAI Text to Audio (Speech API ) with streaming supporthttps://platform.openai.com/docs/api-...
Spring-ai Proposal for Applying Enum Objects
2025-01-14 05:09:37
257
https://github.com/spring-projects/spring-ai/blob/1ea851515f670fb7326aa0252ca9dd53699b05cd/spring-ai-core/src/main/java/...
Spring-ai Added Bedrock Anthropic3 support
2025-01-14 05:09:35
3336
Created anthropic messages API for Claude 3This package is an adaption of the existing anthropic package which supports ...
Spring-ai Add support Amazon Bedrock Claud 3.0
2025-01-14 05:09:33
1121
Add support Amazon Bedrock Claud 3.0Comment From: ben-gineerWe need to add support for Claude's Messages API as a prereq...
Spring-ai Update PgVectorFilterExpressionConverter.java
2025-01-14 05:09:30
588
Fix for filtering failing on Postgres if the key contains characters such as a hyphen - wrapping the key in quotes ensur...
Spring-ai docs: code comment style error
2025-01-14 05:09:27
202
https://github.com/spring-projects/spring-ai/blob/7634c6b78087a708a1dff8592b1485806da8ed4d/models/spring-ai-azure-openai...
Spring-ai comment style error
2025-01-14 05:09:24
551
}/** * Creates a model response for the given chat conversation. * * @param messages A list of messages ...
上一页
下一页
1
…
1092
1093
1094
1095
1096
…
2246
.