Nineya
Home
Blog
Spring AI Refactor Chat Generation Metadata to allow addition of different AI model result/message specific (meta)data.
2025-01-14 06:15:34
207
Currently the ChatGenerationMetadata is not flexible to accommodate the additional (meta)data commit from the various AI...
Spring AI Token usage metrics adding up strangely
2025-01-14 06:15:32
2178
This feels like a bug to me, but it may be expected behavior. Reporting it in case it is in fact a problem.I was inspect...
Spring-ai Add multimodal support to Bedrock Converse integration
2025-01-14 06:15:29
392
The Bedrock Converse integration should support multimodal inputs including documents (PDF, DOC, etc.), images (JPEG, PN...
Spring-ai Support Ollama JSON Structured Output
2025-01-14 06:15:26
5152
Ollama has recently introduced native support for JSON structured output, as described in https://ollama.com/blog/struct...
Spring-ai Make expectations in FactCheckingEvaluator's prompt more explicit
2025-01-14 06:15:24
1120
FactCheckingEvaluator has the following prompt template:Document: \n {document}\nClaim: \n {claim}But there is no clear ...
Spring-ai After updating the Document in spring ai core, I encountered the following problem
2025-01-14 06:15:21
1006
This is my code: Resource resource = new FileSystemResource(filePath); List<Document> documents = new TikaDoc...
Spring-ai native compilation under java 22 fails for an example that works on java 21
2025-01-14 06:15:19
14976
it's not critical or anything but we should probably understand it..code: package com.example.service;import org.springf...
Spring-ai Qdrant vector store builder refactoring
2025-01-14 06:15:16
140
Comment From: markpollackupdated ref docs, added class level javadoc, added builder tests.merged in 48bcbd15556446fda09c...
Spring-ai Put builder class inside PortableFunctionCallingOptions
2025-01-14 06:15:13
637
Currently the FunctionCallingOptionsBuilder is a separate class, it should be removed and instead a 'standard spring-ai'...
Spring-ai MariaDB vector store builder refactoring
2025-01-14 06:15:11
138
Comment From: markpollackupdated ref docs, added class level javadoc, and builder tests.merged in 8edf1bea47cb46e89ce67d...
Spring-ai Typesense vector store builder refactoring
2025-01-14 06:15:08
143
Comment From: markpollackupdated ref docs, added class level javadoc, and added builder test.merged in 88776728464dbecac...
Spring-ai Refactor FunctionCallingOptions Builder
2025-01-14 06:15:05
658
Deprecate existing FunctionCallingOptionsBuilderCreate FunctionCallingOptions.Builder which extends ChatOptions.BuilderC...
Spring-ai Refactor ImageOptions builder method
2025-01-14 06:15:02
146
Deprecate the builder method with the prefix 'with' and add new methodsComment From: markpollackmerged in 627fb79e5e24e8...
Spring-ai Refactor QianFan model option builder methods
2025-01-14 06:14:58
175
Deprecate the builder methods with the prefix with and add the new methodsUpdate docs and referencesComment From: markpo...
Spring-ai Refactor Zhipu AI options builder methods
2025-01-14 06:14:55
147
Deprecate builder methods with the prefix withUpdate docs and referencesComment From: markpollackmerged in 071b89795103a...
Spring-ai Refactor Vertex AI embedding/Gemini options builder methods
2025-01-14 06:14:53
267
Deprecate the builder methods with the prefix withUpdate references and docsComment From: markpollackadded public Builde...
Spring-ai Refactor Stability AI Image options builder methods
2025-01-14 06:14:50
147
Deprecate builder methods with the prefix withUpdate docs and referencesComment From: markpollackmerged in 9748820727d3b...
Spring-ai Refactor PostgresML embedding options builder
2025-01-14 06:14:47
155
Deprecate the builder methods with the prefix withUpdate the docs and referencesComment From: markpollackmerged in 18eb4...
Spring-ai Refactor OCI Gen AI builder methods
2025-01-14 06:14:45
216
Deprecate the builder methods with the prefix withFix OCI cohere chat model options and OCI Embedding model optionsUpdat...
Spring-ai Refactor Advisor builder methods
2025-01-14 06:14:42
151
Deprecate the builder methods with the prefix withUpdate references and docsComment From: markpollackmerged in 429bd2af3...
上一页
下一页
1
…
1032
1033
1034
1035
1036
…
2246
.