Nineya
Home
Blog
Spring AI New Vertex AI Embedding functionality breaks existing code
2025-01-14 05:25:25
2181
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
2025-01-14 05:25:18
1073
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
2025-01-14 05:25:15
4250
Bug descriptionI got an error message when my program calls TransformersEmbeddingModel's embed() method concurrently to ...
Spring-ai Extend EmbeddingResponseMetadata with model and usage
2025-01-14 05:25:11
684
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
2025-01-14 05:25:09
439
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
2025-01-14 05:25:06
345
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
2025-01-14 05:25:04
502
Expected Behaviorbefore this version, OpenAiImageModel doesn't contains enough comments.and OpenAiChatModel RetryTemplat...
Spring-ai Fix options of ZhiPuAi Chat Model Client
2025-01-14 05:25:01
452
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
2025-01-14 05:24:58
286
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
2025-01-14 05:24:56
507
add new spring-ai-vertex-ai-embedding project.add VertexAiTextEmbeddingModel and VertexAiMultimodalEmbeddingMode with re...
Spring-ai Add support for the Google VertexAI Embedding API
2025-01-14 05:24:54
423
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
2025-01-14 05:24:51
3449
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
2025-01-14 05:24:48
481
Use gson instead of fastjsonComment From: codespearheadWhy not just replace it with Jackson since it's already defined i...
Spring-ai Renable MongoDB tests
2025-01-14 05:24:45
869
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
2025-01-14 05:24:42
483
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
2025-01-14 05:24:40
699
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.
2025-01-14 05:24:37
651
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
2025-01-14 05:24:34
222
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
2025-01-14 05:24:27
790
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
2025-01-14 05:24:24
3050
Bug descriptionThe MongoDB integration has a bug when there is already an existing index.Environment- java version: java...
上一页
下一页
1
…
1078
1079
1080
1081
1082
…
2246
.