Nineya
Home
Blog
Spring AI Use <> or $ as stringtemplate delimiters instead of curly brackets
2025-01-14 06:18:34
7431
The class org.springframework.ai.chat.prompt.PromptTemplate configures the stringtemplate renderer ST with non default d...
Spring-ai Implement KotlinModule for JSON schema generation
2025-01-14 06:18:31
742
Issue1667Implemented com.github.victools.jsonschema.generator.Module for Kotlin. This adds support for generating JSON s...
Spring-ai In Anthropic 3 API, Response body is not showing in stacktrace if ChatModel.stream() fails
2025-01-14 06:18:28
1833
Bug descriptionon call of AnthropicChatModel.stream (method signature: org.springframework.ai.anthropic.AnthropicChatMod...
Spring-ai BedrockProxyChatModel does not send inferenceConfig for streaming
2025-01-14 06:18:16
572
Setting inferenceConfig is missing:ConverseStreamRequest converseStreamRequest = ConverseStreamRequest.builder() ...
Spring AI MessageChatMemoryAdvisor adds empty user message
2025-01-14 06:18:13
4437
Bug descriptionWhen callingChatClient.builder(chatModel) .defaultAdvisors(new MessageChatMemoryAdvisor(chatMemory...
Spring-ai Feat: Transfer the query when to call the vector store
2025-01-14 06:18:10
3434
This PR is to provide the feature https://github.com/spring-projects/spring-ai/issues/880Change:1) New class QueryTransf...
Spring-ai In the text content read by TikaDocumentReader, text and metadata are mixed together
2025-01-14 06:18:08
965
This is my code List<Document> documents = new TikaDocumentReader(resource).read(); return new TokenTextSpli...
Spring-ai Fix code examples in prompt.adoc
2025-01-14 06:18:05
493
Remove this. in code example as it's local variables and not fieldsThank you for taking time to contribute this pull req...
Spring-ai TopK parameter not working for values larger than the default (ElasticSearch), only working has a client-side limit
2025-01-14 06:18:02
1101
When creating a request for a query using Elasticsearch store SearchRequest request = SearchRequest.query(query);...
Spring-ai Similarity search threshold can be a float instead of a double
2025-01-14 06:18:00
569
public Builder similarityThreshold(double threshold)results in having to pass in a d to the method that is inconvenient....
Spring-ai Added Line Separator Override Feature to ExtractedTextFormatter
2025-01-14 06:17:57
1048
about #1913 ChangesAdded the ability to override the Line Separator in ExtractedTextFormatter. The default remains Syste...
Spring-ai Change return type of getMedia in MediaContent to List<Media>
2025-01-14 06:17:54
361
frompublic interface MediaContent extends Content { /** * Get the media associated with the content. */ Co...
Spring AI Remove ContentFormatter from Document
2025-01-14 06:17:52
385
This came from the early days of the project and was inspired by llamaindex. In practice, the formatting of the prompt ...
Spring-ai Consistent design of Options builder classes
2025-01-14 06:17:49
3925
In some cases we have a dedicated top level object as a builder and in some cases it in an inner class. Also, most opti...
Spring-ai Optimize Request for Embedding in Vector Store
2025-01-14 06:17:46
2047
Currently, vector store automatically calls the embedding client to generate the document embedding without checking whe...
Spring-ai Improve inheritance hierarchy of ChatOptions/FunctionCallingOptions
2025-01-14 06:17:44
809
Convert ChatOptions.Builder to have Builder<B extends Builder<B, C>, C extends ChatOptions>This will allow t...
Spring-ai RedisVectorStore is broken?
2025-01-14 06:17:41
1970
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
Spring-ai Standardize builder class names in vector stores
2025-01-14 06:17:38
510
Rename all specific builder inner classes (PineconeBuilder, MongoDBBuilder, etc.) to simply Builder for consistency acro...
Spring-ai Add Examples section linking to Spring AI examples repository
2025-01-14 06:17:35
146
Update README.mdComment From: markpollackthanks. I moved it to the top under project resoures. merged in 164d2812611f39...
Spring-ai 向量库返回的 Document 中 的 distance 字段应统一
2025-01-14 06:17:32
3534
Bug description我们将向量库由 chromadb 转为 redis-stack,从 vectorStore.similaritySearch 返回的 Document 中,无法 从 Metadata 中获取 distance ...
上一页
下一页
1
…
1029
1030
1031
1032
1033
…
2246
.