Spring AI Refactor Chat Generation Metadata to allow addition of different AI model result/message specific (meta)data.

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

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

The Bedrock Converse integration should support multimodal inputs including documents (PDF, DOC, etc.), images (JPEG, PN...

Spring-ai Support Ollama JSON Structured Output

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

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

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

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

Comment From: markpollackupdated ref docs, added class level javadoc, added builder tests.merged in 48bcbd15556446fda09c...

Spring-ai Put builder class inside PortableFunctionCallingOptions

Currently the FunctionCallingOptionsBuilder is a separate class, it should be removed and instead a 'standard spring-ai'...

Spring-ai MariaDB vector store builder refactoring

Comment From: markpollackupdated ref docs, added class level javadoc, and builder tests.merged in 8edf1bea47cb46e89ce67d...

Spring-ai Typesense vector store builder refactoring

Comment From: markpollackupdated ref docs, added class level javadoc, and added builder test.merged in 88776728464dbecac...

Spring-ai Refactor FunctionCallingOptions Builder

Deprecate existing FunctionCallingOptionsBuilderCreate FunctionCallingOptions.Builder which extends ChatOptions.BuilderC...

Spring-ai Refactor ImageOptions builder method

Deprecate the builder method with the prefix 'with' and add new methodsComment From: markpollackmerged in 627fb79e5e24e8...

Spring-ai Refactor QianFan model option builder methods

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

Deprecate builder methods with the prefix withUpdate docs and referencesComment From: markpollackmerged in 071b89795103a...

Spring-ai Refactor Vertex AI embedding/Gemini options builder methods

Deprecate the builder methods with the prefix withUpdate references and docsComment From: markpollackadded public Builde...

Spring-ai Refactor Stability AI Image options builder methods

Deprecate builder methods with the prefix withUpdate docs and referencesComment From: markpollackmerged in 9748820727d3b...

Spring-ai Refactor PostgresML embedding options builder

Deprecate the builder methods with the prefix withUpdate the docs and referencesComment From: markpollackmerged in 18eb4...

Spring-ai Refactor OCI Gen AI builder methods

Deprecate the builder methods with the prefix withFix OCI cohere chat model options and OCI Embedding model optionsUpdat...

Spring-ai Refactor Advisor builder methods

Deprecate the builder methods with the prefix withUpdate references and docsComment From: markpollackmerged in 429bd2af3...
上一页 下一页
.