Spring-ai Test condition for OpenAI seems to be ignored

Bug descriptionThe EnabledIfEnvironmentVariable annotation seems to be ignored.EnvironmentPlease provide as many details...

Spring-ai add MiniMax model client

Hi, this PR is add MiniMax model client and has passed unit testing.I can provide my api_key if needed for testingthe P...

Spring-ai Error creating bean with name 'retryTemplate' defined in class path resource [org/springframework/ai/autoconfigure/retry/SpringAiRetryAutoConfiguration.class]:

Bug descriptionWhen i try run my code this is the error thats returned`org.springframework.beans.factory.BeanCreationExc...

Spring-ai Add spring-ai-retry dependency to Ollama model pom.xml

Fixes #546 In short: I'm getting a ClassNotFoundException for NonTransientAiException when trying to use the Ollama mode...

Spring-ai Adding Zhipu AI Support

This PR offers Zhipu AI support for Spring AIPR content :An APIA chat clientFunction callsAn embedding clientautoconfigu...

Spring-ai Add ZhiPu AI model client

Hi, this PR is add ZhiPuAI model client and has passed unit testing.I can provide my api_key if needed for testingthe P...

Spring-ai BeanOutputConverter add field schema comment support

Currently we have BeanOutputConverter to generate JSON schema based on the bean struct, but we can't define each field's...

Spring-ai Update README.md

fixed typo :)Thank you for taking time to contribute this pull request!You might have already read the [contributor guid...

Spring-ai Fix: watsonx.ai | refresh token issue and implement retry mechanism

Refreshing the token constantly per request threw an error in load tests (and increased the overall response time), so r...

Spring-ai Add TypeReference StructuredOutputConverter

A TypeReference alternative of BeanOutputConverter that can cover list of beans as well.Based on suggestion: https://twi...

Spring-ai Function calling fails to resolve the input type if the @Beans definition doesn't return an explicit java.util.Function<In, Out>

Lets define a simple WeatherFunction function:public record WeatherRequest(String city) {}public record WeatherResponse(...

Spring-ai Add support GPT-4o

I will launch a PR in the next few weeks to support this feature.Please assign to me.Comment From: rajadilipkolli722 wil...

Spring-ai Add default collection name to Qdrant

Add a default collection name similar to other vector store implementations. Currently, when using starters, qdrant requ...

Spring-ai Azure OpenAI Client Streaming with Function (tools)

The AzureOpenAI client doesn't support function calling (now called tools in Azure SDK) in streaming response.See:https:...

Spring-ai Azure openai tool streaming

Try to fix #478 issue, now works for Azure.Due Microsoft API we need to "clone" the DTO structure. All MS DTO are final ...

Spring-ai Fix ChromaDB basic authentication

Currently, username is added as a password in BasicAuthenticationInterceptor. This commit fixes the issue and also make ...

Spring-ai Fix merge verifications in the Azure chat client

This PR fixes merge inspections in AzureOpenAiChatClient. No additional unit tests are required.Comment From: tzolovThan...

Spring-ai AWS Bedrock Titan embedding model add Text Embeddings V2 support.

Amazon Titan Text Embeddings V2 now available in Amazon Bedrock: https://aws.amazon.com/about-aws/whats-new/2024/04/amaz...

Spring-ai Expose QdrantClient and WeaviateClient as beans

Currently, QdrantClient and WeaviateClient are not exposed as beans. Having access to those would benefit to perform ope...

Spring-ai Fix AWS Bedrock Cohere embedding truncate type error.

According to the AWS Bedrock cohere embedding document: https://docs.aws.amazon.com/bedrock/latest/userguide/model-param...
上一页 下一页
.