Nineya
Home
Blog
Spring-ai Enhance vector store observability support
2025-01-14 05:37:19
1333
Consolidate usage of “db.collection.name” attribute to track table name, collection name, index name, document name, or ...
Spring-ai Added MimeTypeConverters class
2025-01-14 05:37:17
2301
Allows the converters to be shared between the autoconfigure codebase and the vector-stores code.Reenabled the vector-st...
Spring-ai Add ChatClient Advisor Observability support
2025-01-14 05:37:14
140
Resolves https://github.com/spring-projects/spring-ai/issues/1258Comment From: markpollackmerged in 3b014db1655a936e51c2...
Spring-ai [Observability] Add observability support for VectorStores
2025-01-14 05:37:11
1071
To continue the https://github.com/spring-projects/spring-ai/issues/953 story we would like to provide observability sup...
Spring-ai Fixing MongoDB vector store support test failures
2025-01-14 05:36:54
789
Remove the requirement of MongoDB vector store auto-configuration only after MongoDataAutoConfiguration. This enables th...
Spring-ai Add observability support for the existing Vector Store implementations.
2025-01-14 05:36:52
664
The https://github.com/spring-projects/spring-ai/pull/1205 provided the infrastructure for VectorStore Observability sup...
Spring-ai PromptTemplate added ChatOptions support
2025-01-14 05:36:48
427
PromptTemplate added ChatOptions supportComment From: zhangqian9158@markpollack @tzolov @rr-sucheth-shivakumar Comment F...
Spring-ai Unit Testing of Generation class
2025-01-14 05:36:45
182
Improved line coverage of the Generation class from 0% to 76.5%Comment From: markpollackupdated to not use deprecated ap...
Spring-ai Add JSON type detection to handle both arrays and objects
2025-01-14 05:36:42
639
Handle both JSON arrays and ObjectsType checking for JSON using JsonNodeUtilize Stream API to process JSON arraysI am co...
Spring-ai Fix BedrockAnthropic3ChatModel out of bounds exception
2025-01-14 05:36:40
777
Fix BedrockAnthropic3ChatModel handle AnthropicChatResponse out of bounds exception when response content is empty.see: ...
Spring-ai Refactor: Simplify doGetSupportingData method
2025-01-14 05:36:36
722
Refactor: Simplify RelevancyEvaluatorSimplified the doGetSupportingData method by using a more concise stream operation....
Spring-ai GH-1214: Batching strategy for embedding documents
2025-01-14 05:36:34
629
When embedding documents, allow batching the documents using some criteria.BatchingStrategy interface with a TokenCountB...
Spring-ai azure-openai and openai
2025-01-14 05:36:31
3657
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 Add observability support for the existing Vector Stores
2025-01-14 05:36:27
356
Related to https://github.com/spring-projects/spring-ai/issues/1243Comment From: tzolovThanks for the suggestions @Thoma...
Spring-ai Model observability for Anthropic
2025-01-14 05:36:24
169
Add instrumentation to Anthropic integration to support observability for chat models.Comment From: markpollackmerged in...
Spring-ai Observability - Prompt content and completion as span events
2025-01-14 05:36:22
1119
Currently, prompt content and completion can optionally be included as span attributes when model observability is enabl...
Spring-ai Model observability for Mistral
2025-01-14 05:36:19
336
Add instrumentation to Mistral integration to support observability for chat and embedding models.Demo app for manual ve...
Spring-ai Remove unnecessary if statement in 'toolFunctionCall' test code from OpenAiApiToolFunctionCallIT
2025-01-14 05:36:16
271
To improve the readability of the test, I removed the unnecessary if (responseMessage.toolCalls() != null) checkThe if s...
Spring-ai Fix OpenAiAudioSpeechOptions speed description
2025-01-14 05:36:14
221
This PR changes OpenAiAudioSpeechOptions speed description to reflect the appropriate range.Comment From: sobychackoMerg...
Spring AI Spring AI auto config exception: Could not find class RestClientAutoConfiguration
2025-01-14 05:36:12
9751
Bug descriptionThe following exception occurred when I added the Spring AI dependency library . ____ _ ...
上一页
下一页
1
…
1068
1069
1070
1071
1072
…
2246
.