Spring AI New Vertex AI Embedding functionality breaks existing code

New code for Vertex embeddings prevents the ChatModel to be instantiated due to missing configuration for embeddings, ev...

Spring-ai Feat: Add Typesense vector store adapter

This PR adds support for Typesense vector store to Spring AI.More details about Typesense can be found here.Comment From...

Spring-ai Get 'The engine PyTorch was not able to initialize' when call TransformersEmbeddingModel's embed method concurrently

Bug descriptionI got an error message when my program calls TransformersEmbeddingModel's embed() method concurrently to ...

Spring-ai Extend EmbeddingResponseMetadata with model and usage

Model name and token usage are common response metadata that are currently passed as free-text key/value pairs. This cha...

Spring-ai High level api function calling support

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

Spring-ai Add comment in OpenAiAudioSpeechModel and remove duplicated comment in OpenAiAudioSpeechOptions

I found that OpenAiAudioSpeechModel doesn’t have enough comments for better understanding the code. I found a duplicated...

Spring-ai Add comment in OpenAiImageModel and modify RetryTemplate access level in OpenAiChatModel

Expected Behaviorbefore this version, OpenAiImageModel doesn't contains enough comments.and OpenAiChatModel RetryTemplat...

Spring-ai Fix options of ZhiPuAi Chat Model Client

this PR is fix options of ZhiPuAi Chat Model Client and has passed unit testing.When I use ZhiPuAi Chat Model I found so...

Spring-ai Fix leaked dependencies in autoconfigure module

The spring-ai-spring-boot-autoconfigure module had a few dependencies that were included in the final JAR instead of bei...

Spring-ai Add VertexAI Embedding Model support

add new spring-ai-vertex-ai-embedding project.add VertexAiTextEmbeddingModel and VertexAiMultimodalEmbeddingMode with re...

Spring-ai Add support for the Google VertexAI Embedding API

The new VertexAI Embedding API provides Text and Multilingual and Multimodal support.Implement a corresponding Text Embe...

Spring-ai Feature Request: Add the capability to add name-spaced ChatClient configurations

Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....

Spring-ai Use gson instead of fastjson

Use gson instead of fastjsonComment From: codespearheadWhy not just replace it with Jackson since it's already defined i...

Spring-ai Renable MongoDB tests

Added --add-opens=java.base/java.nio.charset=ALL-UNNAMED To the maven failsafe plugin configurationWorks around #698Comm...

Spring-ai Missed call to setEmbedding on specific VectorStore implementations

During the use of spring-ai we detected that the PgVectorStore class didn't call the method setEmbedding for each docume...

Spring-ai Add Groq inference support via OpenAI client

add dedicated groq chat page in the documentation. Explain how to re-configure the OpenAI client for accessing the Groq ...

Spring-ai Add documentation how to use the OpenAI model client to access Groq inference engine.

The Groq API provides high level of compatibility with the OpenAI API.The existing Spring AI OpenAI model client can be ...

Spring-ai Fix MilvusVectorStore max allowed dimension size to 32768

Milvus Vector store v2.x index provider allows up to 32768 dimensions. linkFix that part and write a boundary test!Issue...

Spring-ai Fix IndexAlreadyExists exception for spring-ai-mongodb-atlas-store

In testing the docker mongodb/atlas container doesn't throw an exception when calling mongoTemplate.executeCommand({"cre...

Spring-ai Duplicate index handling when using Spring AI and MongoDB

Bug descriptionThe MongoDB integration has a bug when there is already an existing index.Environment- java version: java...
上一页 下一页
.