Nineya
Home
Blog
Spring-ai Add Azure OpenAI Chat and Embedding Options
2025-01-14 05:03:20
811
Add AzureOpenAiChatOptionsAdd default options field to AzureOpenAiChatClient.Impl runtime (e.g. prompt) and default opti...
Spring-ai Revisit package structure in light of multiple model data types
2025-01-14 05:03:17
1427
Currently we have the structureorg.sf.ai.chatorg.sf.ai.promptorg.sf.ai.prompt.messagesThis doesn't feel right for severa...
Spring-ai Review capitalization of enumeration names
2025-01-14 05:03:15
153
#208 Review capitalization of enumeration namesComment From: markpollackThanks, we got to this work before looking at yo...
Spring-ai Initial prototype for transcription api (eg. OpenAI Whisper) - WIP
2025-01-14 05:03:12
351
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai Add OpenAiImageClient auto-configuration
2025-01-14 05:03:10
235
Fixes gh-289Comment From: tzolovThank you @ThomasVitale , will review it shortly Comment From: tzolovGreat job @ThomasV...
Spring-ai Missing OpenAiImageClient spring boot auto-configuration.
2025-01-14 05:03:07
370
The OpenAiImageClient doesn't provide boot auto-configuration. Comment From: ThomasVitale@tzolov if needed, I'm availabl...
Spring-ai Fix the Options merging logic in the OpenAiImageClient#call
2025-01-14 05:03:05
338
Current options merging behaviour in: https://github.com/spring-projects/spring-ai/blob/c1d30345698cad439a4789e3255e22ce...
Spring-ai Add OpenAi Chat and Embedding Options
2025-01-14 05:03:03
858
Add OpenAiChatOptionsAdd OpenAiChatOptions that implements ChatOptions and exposes all OpenAi request options, except me...
Spring-ai Update openai.adoc
2025-01-14 05:03:00
612
i don't see any generate(message) method in ChatClient interface in package org.springframework.ai.chat;Thank you for t...
Spring-ai Add OpenAi Chat Options
2025-01-14 05:02:57
573
Add OpenAiChatOptions that implements ChatOptions and exposes all OpenAi request options, except messages and stream.Add...
Spring-ai [Ollama] ChatClient throws NPE after recent upgrade
2025-01-14 05:02:55
2095
Bug descriptionAfter the recent updates, the ChatClient for Ollama started throwing NullPointerException when invoking t...
Spring-ai [Ollama] System messages are excluded from the ChatRequest to Ollama
2025-01-14 05:02:52
1164
Bug descriptionWhen using the ChatClient implementation for Ollama, any Message included in the Prompt with a SYSTEM mes...
Spring-ai ChromaVectorStore throws NullPointerException on document add
2025-01-14 05:02:49
5248
Bug descriptionWhen adding a document to ChromaVectorStore, a NullPointerException is thrown if the add was successful. ...
Spring-ai Add AssistantPromptTemplate override method createMessage()
2025-01-14 05:02:47
809
I found that when using the project, the MessageType is still USER instead of the expected ASSISTANT when using Assistan...
Spring-ai Typo in Azure OpenAI documentation
2025-01-14 05:02:44
262
The Getting Started heading has a typo in Azure OpenAI section of the docs.Comment From: rai-sandeepI submitted a pull r...
Spring-ai Create AutoConfiguration for PostgremML
2025-01-14 05:02:37
467
Comment From: usrivastava92@markpollack The PR is ready for review, Is there anything additional I should address aside ...
Spring-ai PostgresML Auto Configuration
2025-01-14 05:02:34
612
This pull request adds AutoConfiguration for PostgresML.Checklist:* Sign the contributor license agreement ✅ * Rebase yo...
Spring-ai Include metadata for nested config props in Ollama
2025-01-14 05:02:32
138
Fixes gh-246Comment From: markpollackThanks, will be reviewing this across the code base.Comment From: ThomasVitale@mark...
Spring-ai Align the Embedding api with the new meta-model
2025-01-14 05:02:29
507
Craete new EmbeddingOptions -> ModelOptions, EmbeddigRequest -> ModelRequest, EmbeddingResponseMetadata -> Resp...
Spring-ai [Ollama] Missing metadata for nested configuration properties
2025-01-14 05:02:25
899
Bug descriptionWhen using the Ollama Spring Boot Starter dependency, the nested properties within OllamaChatProperties a...
上一页
下一页
1
…
1099
1100
1101
1102
1103
…
2246
.