Nineya
Home
Blog
Spring-ai Ollama: upgrade to batch embedding endpoint API
2025-01-14 05:34:08
352
Ollama is superseding the legacy /api/embeddings embedding endpoint by a new batch embedding /api/embed one. The new end...
Spring-ai Enhance OpenAI Authentication and Configuration
2025-01-14 05:34:05
224
Add org-id and project-id properties with unified merging logicUpdate autoconfig and docs for all OpenAI modelsIntroduce...
Spring-ai OpenAI Authentication API alignment
2025-01-14 05:34:03
882
The OpenAI Authentication API in addition to api-key supports the concepts for Organization ID and Project ID. For user...
Spring-ai Fix NPE when using openai embeddings
2025-01-14 05:34:01
2070
Fix the following NPE:java.lang.NullPointerException: Cannot invoke "java.lang.Integer.longValue()" because the return v...
Spring-ai Fix autoconfig dependency when metrics enabled
2025-01-14 05:33:59
351
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai Make MeterObservationHandler conditional on MeterRegistry bean
2025-01-14 05:33:57
154
Right now, it's conditional on the class. It must be conditional on the presence of a MeterRegistry bean instead.Comment...
Spring-ai Initial Observability for Models in Spring AI
2025-01-14 05:33:54
1068
Observation APIs for chat, embedding and image modelsConventions based on OpenTelemetry Semantic Conventions for GenAIIn...
Spring-ai [Observability] Initial Observability for Models
2025-01-14 05:33:51
14901
In the GenAI ecosystem, many solutions have been introduced that are centered around the concepts of observability and e...
Spring-ai Support OpenAI API parallel-tool-calls configuration
2025-01-14 05:33:27
177
The OpenAI Function Calling API provides a property to control whether to enable parallel function calling during tool u...
Spring-ai Use RedisAutoConfiguration in RedisVectorStoreAutoConfiguration
2025-01-14 05:33:25
565
Currently, RedisVectorStoreAutoConfiguration creates its own configuration to connect with Redis. This commit reuse Redi...
Spring-ai OpenAi Stream miss some data
2025-01-14 05:33:22
31019
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 Fix a FunctionCallback inside a container that pollutes the global model's ChatOptions
2025-01-14 05:33:14
14167
Fixing a FunctionCallback inside a container that pollutes the global model's ChatOptionsThe SpingBoot autoconfiguration...
Spring-ai GH-868: Fix inconsistency in autoconfigured beans
2025-01-14 05:33:11
919
Fixing auto configured beans where they are missing @ConditionalOnMissingBeanAdd matchIfMissing on @ConditionalOnPropert...
Spring-ai Inconsistent Annotations on Bean Factory Methods for Chat Models
2025-01-14 05:33:09
2560
Description:There are three bean factory methods for beans that cover the same role in the project. However, they use di...
Spring-ai Streamline the MistralAI Function Calling
2025-01-14 05:33:03
146
Align with the parent AbstractToolCallSupport and remove the redundant code.Comment From: tzolovmerged at 14b5397ca0a3d8...
Spring-ai GH-876: stream.content() swallowing blank space
2025-01-14 05:33:00
342
Fixing an issue where calling stream.content() method swallows leading blank spaces.Resolves https://github.com/spring-p...
Spring-ai Flux<String> (or .stream().content()) trims left whitespace
2025-01-14 05:32:58
3304
Hi everybody. I started building my own AI chat bot with ollama while reading "Spring AI in Action". I decided to implem...
Spring-ai How to use Mistrial AI over the OpenAI API
2025-01-14 05:32:55
257
The Mistral AI API is (mostly) OpenAI API compatible. Therefore one can reuse the Spring AI OpenAI integration to intera...
Spring-ai OpenAi audio models are not conditional
2025-01-14 05:32:53
930
Inside the OpenAiAutoConfiguration class, the OpenAiAudioTranscriptionModel and OpenAiAudioSpeechModel beans are not con...
Spring-ai AnthropicChatModel has no extra-headers options
2025-01-14 05:32:50
6756
Bug descriptionhttps://x.com/alexalbert__/status/1812921642143900036This anthropic dev says "Just add the header "anthro...
上一页
下一页
1
…
1071
1072
1073
1074
1075
…
2246
.