Spring-ai Enhance vector store observability support

Consolidate usage of “db.collection.name” attribute to track table name, collection name, index name, document name, or ...

Spring-ai Added MimeTypeConverters class

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

Resolves https://github.com/spring-projects/spring-ai/issues/1258Comment From: markpollackmerged in 3b014db1655a936e51c2...

Spring-ai [Observability] Add observability support for VectorStores

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

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.

The https://github.com/spring-projects/spring-ai/pull/1205 provided the infrastructure for VectorStore Observability sup...

Spring-ai PromptTemplate added ChatOptions support

PromptTemplate added ChatOptions supportComment From: zhangqian9158@markpollack @tzolov @rr-sucheth-shivakumar Comment F...

Spring-ai Unit Testing of Generation class

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

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

Fix BedrockAnthropic3ChatModel handle AnthropicChatResponse out of bounds exception when response content is empty.see: ...

Spring-ai Refactor: Simplify doGetSupportingData method

Refactor: Simplify RelevancyEvaluatorSimplified the doGetSupportingData method by using a more concise stream operation....

Spring-ai GH-1214: Batching strategy for embedding documents

When embedding documents, allow batching the documents using some criteria.BatchingStrategy interface with a TokenCountB...

Spring-ai azure-openai and openai

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

Related to https://github.com/spring-projects/spring-ai/issues/1243Comment From: tzolovThanks for the suggestions @Thoma...

Spring-ai Model observability for Anthropic

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

Currently, prompt content and completion can optionally be included as span attributes when model observability is enabl...

Spring-ai Model observability for Mistral

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

To improve the readability of the test, I removed the unnecessary if (responseMessage.toolCalls() != null) checkThe if s...

Spring-ai Fix OpenAiAudioSpeechOptions speed description

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

Bug descriptionThe following exception occurred when I added the Spring AI dependency library . ____ _ ...
上一页 下一页
.