Spring-ai Facing java.lang.NoClassDefFoundError: com/google/cloud/vertexai/VertexAI$Builder error when switch to Spring AI version -1.0.0-SNAPSHOT

Facing below run time issue when updated spring AI version from 0.8.1-SNAPSHOT to 1.0.0-SNAPSHOT version. Earlier this ...

Spring-ai [ChatClient] Allow simple String prompts for convenient onboarding

Expected BehaviorThe ChatClient provides a convenient and fluent API. For onboarding/getting-started/education scenarios...

Spring-ai docs: add web search docs & fix minimax chat docs links

PR content:add web search for MiniMax chat model docsfix error wrong links for MiniMax chat model functions docsComment ...

Spring-ai Add support to configure custom headers for Azure OpenAI like it is supported for OpenAI already

Expected BehaviorFor the OpenAI client, it is already possible to provide headers for the underlying HTTP Client to set ...

Spring-ai Add/Verify Azure user-agent header

Adding test to verify the user-agent header in the Azure OpenAi chat clientAdding the user-agent header to the search cl...

Spring-ai Feat: Add Watsonx.ai Embedding Model

Add Watsonx embedding modelComment From: PabloSanchiI updated the embedding model following the new core interface requi...

Spring-ai Fix typo in Cassandra Vector Storage docs

A typo in the configuration property: spring.ai.vectorstore.cassandra.initialze-schema. Replaced with spring.ai.vectorst...

Spring-ai OpenAI: Add o1/o1-mini to chat model enum

Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...

Spring-ai Fix typo

OpenAiApi.java:210 GPT_4_TURBO_2204_04_09 -> GPT_4_TURBO_2024_04_09Comment From: markpollackThanks! merged in 7fda93...

Spring-ai Update OpenAi Version

spring-ai-spring-boot-autoconfigure/src/main/java/org/springframework/ai/autoconfigure/openai/OpenAiChatProperties.javaL...

Spring-ai Overload EvaluationRequest constructor

I find that more often than not, I create an EvaluationRequest by passing in List.of() or Collections.emptyList() as the...

Spring-ai hi,how to integrate Vanna in spring ai project

now , i have a spring ai project. i want to integrate Vanna (https://github.com/vanna-ai/vanna) generate sql with tex...

Spring-ai Adds metadataFieldsToFilter property for Mongo.

It allows to register metadata fields to filter when the index is created.Fixes #1308 Comment From: markpollackgood catc...

Spring-ai Polish Javadoc for OpenAiApi.ChatModel

This PR polishes Javadoc for the OpenAiApi.ChatModel.Comment From: markpollackthanks, merged in 8b019c5fee22414f4440956f...

Spring-ai Improve docs for chat models and clients

Improve docs for OpenAI, Mistral AI, and Ollama chat models and function callingImprove docs for the Chat ClientComment ...

Spring-ai fix streaming function call for MiniMax chat model

this PR fixed streaming function call for MiniMax chat modelsometimes, the MiniMax stream mode function calls might get ...

Spring-ai Fix: MiniMax model function call

PR content:fix MiniMax model function call and unit tests.Most scenarios has worked, but in some complex situations with...

Spring-ai fix: Improve MiniMaxChatModel to handle Web Search responses

SummaryThis PR updates the MiniMaxChatModel class to properly handle both standard and web search response formats from ...

Spring-ai OpenAI: Add gpt-o1/o1-mini to chat model enum

Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...

Spring-ai Add batching strategy to more vector stores

Apply batching when adding Documents to the following vector stores:Azure vector storeCassandraMongoDB AtlasOpenSearchOr...
上一页 下一页
.