Nineya
Home
Blog
Spring-ai Test condition for OpenAI seems to be ignored
2025-01-14 05:16:40
2649
Bug descriptionThe EnabledIfEnvironmentVariable annotation seems to be ignored.EnvironmentPlease provide as many details...
Spring-ai add MiniMax model client
2025-01-14 05:16:38
1899
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]:
2025-01-14 05:16:35
25082
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
2025-01-14 05:16:27
268
Fixes #546 In short: I'm getting a ClassNotFoundException for NonTransientAiException when trying to use the Ollama mode...
Spring-ai Adding Zhipu AI Support
2025-01-14 05:16:25
551
This PR offers Zhipu AI support for Spring AIPR content :An APIA chat clientFunction callsAn embedding clientautoconfigu...
Spring-ai Add ZhiPu AI model client
2025-01-14 05:16:23
807
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
2025-01-14 05:16:20
4474
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
2025-01-14 05:16:15
364
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
2025-01-14 05:16:13
247
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
2025-01-14 05:16:10
254
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>
2025-01-14 05:16:08
1504
Lets define a simple WeatherFunction function:public record WeatherRequest(String city) {}public record WeatherResponse(...
Spring-ai Add support GPT-4o
2025-01-14 05:16:06
245
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
2025-01-14 05:16:03
205
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)
2025-01-14 05:16:00
1413
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
2025-01-14 05:15:58
1928
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
2025-01-14 05:15:53
208
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
2025-01-14 05:15:50
461
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.
2025-01-14 05:15:47
163
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
2025-01-14 05:15:45
777
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.
2025-01-14 05:15:41
1156
According to the AWS Bedrock cohere embedding document: https://docs.aws.amazon.com/bedrock/latest/userguide/model-param...
上一页
下一页
1
…
1086
1087
1088
1089
1090
…
2246
.