Spring-ai Refactor core image

SummaryRefactored Image ObjectDescriptionIn the case of the original image objects, we initialized them by passing both ...

Spring-ai [DO NOT MERGE] Refactored to optimize Document embedding reuse

Introduced logic to utilize existing Document embeddings when not empty, avoiding unnecessary calls to embeddingClient.e...

Spring-ai Limit request for embedding client in pg vector store

This is the purpose of the PR :In the class PgVectorStore line 239 uses embeddingClient to embed documents.On the other ...

Spring-ai Set ElasticSearch size to match requested topK used in KNN search

Similar to https://github.com/spring-projects/spring-ai/pull/1423 but for ElasticSearch which defaults to a size of 10Fi...

Spring-ai Bump io.swagger.core.v3:swagger-annotations from 2.2.20 to 2.2.25

Update io.swagger.core.v3:swagger-annotations to at least version 2.2.25 to get granular schema resolution via @Schema.s...

Spring-ai Refact AdvisedRequest to avoid userText rendering

Hello.While implementing RAG using spring-ai, I encountered an error during rendering with PromptTemplate when the userT...

Spring-ai Add sort by descending score In ConcatenationDocumentJoiner

I noticed in the RetrievalAugmentationAdvisor code that when joining expanded query results from QueryExpander using Doc...

Spring-ai Refactor getContentFromChatResponse method to use Optional for null handling

This commit refactors getContentFromChatResponse to use Java's Optional for null handling. Initially, the method relied ...

Spring-ai Google Vertex AI toolcalling token usage

Accumulate token usage metrics when toolcalling is usedFix for both call() and stream() methodsAdd/update tests

Spring AI Investigate WeaviateDockerComposeConnectionDetailsFactoryIT test failure

The WeaviateDockerComposeConnectionDetailsFactoryIT has been failing consistently with the following error: org.springfr...

Spring AI Question about ollama + qwen

Can Spring AI support the Qwen large language model? And can spring-ai-ollama-spring-boot-starter support function calli...

Spring-ai Spring AI Ollama does not behaviour like Ollama.

I am writing some blog post on Ollama et Spring AI and I wonder if it's a bug or a bad configuration on my end but when ...

Spring AI vectorstore pgvector support specify datasource host

pgvector support specify url\host such as vectorstore: chroma: initialize-schema: true client: ...

Spring-ai Tools are called twice on streaming requests for Anthropic API

Bug descriptionWhen using the Anthropic API in Spring AI with streaming responses, tools (functions) are called twice. T...

Spring-ai io.grpc.StatusRuntimeException: INTERNAL: Encountered end-of-stream mid-frame

2024-12-26 17:53:45.470 ERROR 88850 --- [io-18080-exec-6] i.m.client.AbstractMilvusGrpcClient : InsertRequest colle...

Spring AI 'JsonEOFException: Unexpected end-of-input: expected close marker for Object' when making synchronous openAiChatClient.call

Bug descriptionWhen making a basic synchronous openAiChatClient.call( prompt) with a single UserMessage, an Exception is...

Spring-ai Typo Report in Spring-AI Docs Image

Hello, great job with your work!I came across a typo in the Spring-AI documentation while reading through it and wanted ...

Spring-ai Support Stable Diffusion

According to https://docs.spring.io/spring-ai/reference/api/imageclient.html Spring AI only supports two commercial imag...

Spring-ai Add Kotlin reflection support to ModelOptionsUtils

As documented via #1666, schema generation from Kotlin classes currently requires using non idiomatic code like data cla...

Spring-ai MiniMaxChatModel toolcalling cumulative token usage

Please refer the main epic: https://github.com/spring-projects/spring-ai/issues/1800. This issue tracks the fix for calc...
上一页 下一页
.