Spring-ai Allow Retry on choosen status codes

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

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

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)

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

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

The constructor TitanChatBedrockApi(String modelId, String region) { super(modelId, region);}of the TitanChatBedrockApi...

Spring-ai Add support for Elasticsearch vector store: Squashed

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

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

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

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

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

Elasticsearch Vector Store: https://github.com/spring-projects/spring-ai/tree/main/vector-stores/spring-ai-elasticsearch...

Spring-ai Add watsonx.ai feature

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 )

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

https://github.com/spring-projects/spring-ai/blob/1ea851515f670fb7326aa0252ca9dd53699b05cd/spring-ai-core/src/main/java/...

Spring-ai Added Bedrock Anthropic3 support

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

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

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

https://github.com/spring-projects/spring-ai/blob/7634c6b78087a708a1dff8592b1485806da8ed4d/models/spring-ai-azure-openai...

Spring-ai comment style error

}/** * Creates a model response for the given chat conversation. * * @param messages A list of messages ...
上一页 下一页
.