Spring-ai Pinecone client update

I was wondering if there will be an upgrade to the Pinecone vectorestore client in use. On 1.0.0-M4 it is using version ...

Spring-ai Allow all optional fields in Milvus vector store to be created via autoconfig

Except `isInitializeSchema`, rest of the configuration properties don't seem to be set via builder.Originally ...

Spring-ai refactor ChromaVectorStore builder API

The commit restructures the ChromaVectorStore builder pattern to use a no-args constructor with fluent API for setting t...

Spring-ai Access key ID cannot be blank - OpenSearch Store

Bug DescriptionI'm trying to use the starter org.springframework.ai:spring-ai-opensearch-store-spring-boot-starter. Howe...

Spring-ai Make embedding model name match its enum value

The name and enum value have a slight discrepancy for the multilingual cohere embedding model and this MR fixes it!Comme...

Spring-ai Document class now supports only single instance of text or media content

The Document class previously allowed multiple media entries while also having atext field, leading to ambiguity in cont...

Spring-ai feat(bedrock): add multimodal support for documents, images and videos

Add BedrockMediaFormat class to handle media format conversions for documents, images and videosEnhance Media class with...

Spring-ai Failing testsfor Ollama

The streamFunctionCallTest failed in CI and also on my local machine.I disabled it but then OllamaChatModelIT.mapOutputC...

Spring-ai Refactor VectoStore's usage on Document.getEmbedding

As a result of deprecating embedding from the Document object, refer: https://github.com/spring-projects/spring-ai/issue...

Spring-ai Issue #1796: Bugfix for serialization of Ollama duration metrics

…ime unit is used while deserializing the duration values coming from Ollama.Duration metrics are sent in nano seconds b...

Spring-ai feat(ollama): Add streaming support for function calls and improve Ollama

feat(ollama): Add streaming support for function calls and improve OllamaApiImplement streaming tool call support in Oll...

Spring-ai Add Ollama Streaming Tool Call support

Ollama 0.4.6 has just provided streaming function calling support: https://github.com/ollama/ollama/issues/5796#issueco...

Spring-ai Ollama: Duration metrics deserialized to the wrong time unit

Bug descriptionOllama reports duration values (total_duration, load_duration, prompt_eval_duration and eval_duration) in...

Spring-ai Add support for the new AWS Bedrock Nova models

Hey, I am not too deep into the bedrock ai model design in spring ai but I have seen that bedrock models need special ca...

Spring-ai Redis documentation does not show the required JedisConnectionFactory declaration

Bug descriptionMore info here. I am trying to configure RedisVector store via these instructions. However, it doesn't wo...

Spring-ai Documentation: "spring.ai.vectorstore.redis.uri" property is not available anymore

Bug descriptionThe spring.ai.vectorstore.redis.uri property still mentioned in the docs here was removed in Spring AI M3...

Spring-ai Enable setting json root via json pointer

I found some JSON in the wild which I want to use, but the doc is not currently ingestable via the existing JsonReader. ...

Spring-ai GH-1826 Fix EmbeddingModel's usage on Document#embedding

Since the Document object's reference to the embedding is deprecated and will be removed, the VectorStore implementation...

Spring AI OpenAiAutoConfiguration does not recognize the API Key configured via property key: 'spring.ai.openai.image.api-key'

Bug descriptionWhen only an ImageModel bean is needed, while configuring the OpenAI API key via the below property:sprin...

Spring-ai Adding support for OpenAI's real-time model

Added support for OpenAI realtime model, which is built on WebsocketsAdditionally, if Spring AI can provide a more conve...
上一页 下一页
.