Nineya
Home
Blog
Spring-ai Pinecone client update
2025-01-14 06:12:45
222
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
2025-01-14 06:12:43
225
Except `isInitializeSchema`, rest of the configuration properties don't seem to be set via builder.Originally ...
Spring-ai refactor ChromaVectorStore builder API
2025-01-14 06:12:41
492
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
2025-01-14 06:12:39
3020
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
2025-01-14 06:12:37
375
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
2025-01-14 06:12:34
1398
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
2025-01-14 06:12:31
1489
Add BedrockMediaFormat class to handle media format conversions for documents, images and videosEnhance Media class with...
Spring-ai Failing testsfor Ollama
2025-01-14 06:12:29
15560
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
2025-01-14 06:12:25
298
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
2025-01-14 06:12:23
1524
…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
2025-01-14 06:12:21
1643
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
2025-01-14 06:12:18
293
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
2025-01-14 06:12:16
1375
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
2025-01-14 06:12:13
3816
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
2025-01-14 06:12:11
6520
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
2025-01-14 06:12:08
1000
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
2025-01-14 06:12:05
350
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
2025-01-14 06:12:02
851
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'
2025-01-14 06:11:59
1162
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
2025-01-14 06:11:57
1032
Added support for OpenAI realtime model, which is built on WebsocketsAdditionally, if Spring AI can provide a more conve...
上一页
下一页
1
…
1035
1036
1037
1038
1039
…
2246
.