Nineya
Home
Blog
Spring-ai Avoid second roundtrip when call functions
2025-01-14 06:06:56
2459
Expected BehaviorFor some customers we do not have necessity to pass the function-result to LLMs again. Eg: extract some...
Spring-ai The function definition for function calls does not support generics.
2025-01-14 06:06:53
1688
Bug descriptionThe function definition for function calls does not support generics.EnvironmentSpring ai 1.0.0-SNAPSHOTS...
Spring-ai Build a function call without input parameter in spring AI
2025-01-14 06:06:51
1645
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
Spring-ai The withStreamUsage() of the OpenAiChatOptions is not supported in AzureOpenAiChatOptions.
2025-01-14 06:06:48
389
When using Azure OpenAI, the 'usage' metadata is always returned as empty in the stream().I understand that 'usage' is s...
Spring-ai Code Duplication in Event Type Checks
2025-01-14 06:06:44
1219
DescriptionThe methods isToolUseStart and isToolUseFinish in the StreamHelper class contain repeated logic for checking ...
Spring-ai Fix duplicate keys in ChatResponseMetadata for OllamaApi.ChatResponse
2025-01-14 06:06:42
773
Resolve duplicate metadata keys when creating ChatResponseMetadata from OllamaApi.ChatResponse. eval-duration and eval-c...
Spring-ai Add LocalStack OpenSearch Service Connection support for Docker Compose and Testcontainers
2025-01-14 06:06:16
372
Add property spring.ai.vectorstore.opensearch.aws.domain-nameRequire AwsCredentialsProvider to enable AwsOpenSearchConfi...
Spring-ai The document segmentation vectorization failed.
2025-01-14 06:06:14
1594
The reason is that there is a problem with the batching logic in the TokenCountBatchingStrategy, which exists in version...
Spring-ai fix: prompt deep copy
2025-01-14 06:06:11
531
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai Fix Kotlin test deprecation warning
2025-01-14 06:06:08
121
Comment From: ilayaperumalgRebased, changed the name of the test class to FunctionCallbackKotlinIT and merged as 3b430a5...
Spring-ai [WIP] Use Amazon Bedrock Converse API to re-implementing Bedrock AI Models.
2025-01-14 06:06:06
8412
see: https://github.com/spring-projects/spring-ai/issues/809Provide a new BedrockConverseApi for AI model chat usage.Re-...
Spring-ai fix callback merging in AzureOpenAiChatModel constructor
2025-01-14 06:06:03
1034
and minor fixes ( typo, unused code ).Function callbacks from chatOptions and constructor parameters were not properly m...
Spring-ai Unrecognized field "audio_tokens" in chat response
2025-01-14 06:05:51
34433
[EDIT2]: Appears closely related to:https://github.com/spring-projects/spring-ai/issues/1369Bug descriptionSometimes the...
Spring-ai Jackson Parse Error for OpenAI API ChatCompletion#usage
2025-01-14 06:05:48
6859
Unreconized field "completion_tokens_details" coming in response from openai api. the error is occuring at class org.spr...
Spring-ai Fix error handler with using unsubscribed response body in exception message
2025-01-14 06:05:45
719
Fix error handler with using unsubscribed response body in exception message in AnthropicApi class.When an error occurs ...
Spring-ai rename timeToLiveSeconds of cassandra property
2025-01-14 06:05:35
553
fix issue #1728rename timeToLiveSeconds to timeToLive because the type is Duration.add test code for ISO-8601 Format and...
Spring-ai Misleading Cassandra TTL property name
2025-01-14 06:05:27
1293
https://github.com/spring-projects/spring-ai/blob/6acd202c12220b27d39e3d3dd25cfe6a527fa2a8/spring-ai-spring-boot-autocon...
Spring-ai extension function for Chatclient.CalLResponseSpec.entity(Class<?>) a…
2025-01-14 06:05:22
622
this adds kotlin support for using the ChatClient to get typesafe responses backval joke:Joke = cc .prompt("te...
Spring-ai feat(core): Add Supplier and Consumer function callback support
2025-01-14 06:05:19
1243
Add support for no-argument Supplier and single-argument Consumer function callbacks in the Spring AI core module. This ...
Spring-ai Add support for Consumer and Supplier function callbacks
2025-01-14 06:05:17
1106
Currently, Spring AI's function callbacks only support Function and BiFunction interfaces. We should extend support to o...
上一页
下一页
1
…
1041
1042
1043
1044
1045
…
2246
.