Spring-ai When using 'ollama' and 'openai' models in the same project, they cannot be configured with '@Primary'.

Bug descriptionWhen using 'ollama' and 'openai' models in the same project, they cannot be configured with '@Primary'.Er...

Spring-ai incompatibility between the EmbeddingModel interface and the RedisVectorStore implementation in version 1.0.0-SNAPSHOT.

Description of the bugThere is an incompatibility between the EmbeddingModel interface and the RedisVectorStore implemen...

Spring-ai Model observability for Ollama

Add instrumentation to Ollama integration to support observability for chat and embedding models.Demo app for manual ver...

Spring-ai Remove redundant withRateLimit call from OpenAiChatModel.

The withRateLimit call is redundant as rateLimit is already handled conditionally elsewhere. Its removal helps simplify ...

Spring-ai Incorrect SQL Query Generation for IN and NOT IN Filter Expressions in PGVector Store

Bug descriptionThe PgVectorFilterExpressionConverter class in org.springframework.ai.vectorstore does not correctly hand...

Spring-ai Fix for Incorrect Postgres SQL Query Generation for IN and NOT IN Filters

Bug fix for Incorrect SQL Query Generation for IN and NOT IN Filter Expressions in PGVector Storehttps://github.com/spri...

Spring-ai Add observability support to VectorStore

Introduce AbstractObservationVectorStore for instrumentation. Add observe instrumentation for the add, delete and the si...

Spring-ai Support OpenAi's new structured output response format "json_schema"

Expected BehaviorThe response format "json_schema" can be used. ChatCompletionRequest:{ "response_format": { ...

Spring-ai Fix typos in openai-transcriptions.adoc

The documentation of OpenAI Transcription API was likely copied from the Image API documentation, with several incorrect...

Spring-ai No serializer found for class java.io.ByteArrayInputStream on OpenAiAudioTranscriptionModel.call

Bug descriptionException is thrown when attempting to send a request to OpenAI transcription service. Please note that t...

Spring-ai Update oracle.adoc

Changed the docker run command to use the latest version of Oracle Database 23ai. Also added information on how to use o...

Spring-ai Replace the Embedding format from List<Double> to float[]

Adjust all affected classes including the Document.Update docs.Related to #405Comment From: markpollack@aseovic What do ...

Spring-ai Streamlined ModelOptions APIs for chat, embedding, and image

While working on the initial observability support in Spring AI (delivered in https://github.com/spring-projects/spring-...

Spring-ai Support for native Structured Output provided by recent OpenAI models

Recently OpenAI released gpt-4o-2024-08-06 model that natively supports Structured Output (https://openai.com/index/intr...

Spring-ai docs(onnx): add a note when the onnxruntime_gpu dependency is missing.

Comment From: tzolovThanks you @dongfeng3692Valuable insight. I was wondering if we should add the onnxruntime_gpu depe...

Spring-ai Update testcontainers version to 1.20.1

Weaviate module contains the wait strategy.Comment From: tzolovThanks for keeping version up to date @eddumelendez Comme...

Spring-ai docs : fix chroma.adoc example

Since documents is the list containing Documentobjects document variable should be documents vectorStore.add(List.of(do...

Spring-ai docs: Edit Auto-configuration Example

Corrected the variable passed to vectorStore.add() from List.of(document) to documents.Original Code:List &lt;Document&g...

Spring-ai Update mongodb.adoc

Single commit for MongoDB document changesThank you for taking time to contribute this pull request!You might have alrea...

Spring-ai [Observability] Add observability support for ChatClient

Expand the https://github.com/spring-projects/spring-ai/issues/953 story, by providing observability support for the Spr...
上一页 下一页
.