Nineya
Home
Blog
Spring-ai Refactor core image
2025-01-14 06:20:34
1460
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
2025-01-14 06:20:31
1115
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
2025-01-14 06:20:28
2491
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
2025-01-14 06:20:24
180
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
2025-01-14 06:20:20
136
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
2025-01-14 06:20:18
5372
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
2025-01-14 06:20:15
241
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
2025-01-14 06:20:12
560
This commit refactors getContentFromChatResponse to use Java's Optional for null handling. Initially, the method relied ...
Spring-ai Google Vertex AI toolcalling token usage
2025-01-14 06:20:10
111
Accumulate token usage metrics when toolcalling is usedFix for both call() and stream() methodsAdd/update tests
Spring AI Investigate WeaviateDockerComposeConnectionDetailsFactoryIT test failure
2025-01-14 06:20:08
4373
The WeaviateDockerComposeConnectionDetailsFactoryIT has been failing consistently with the following error: org.springfr...
Spring AI Question about ollama + qwen
2025-01-14 06:20:06
3171
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.
2025-01-14 06:20:03
1723
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
2025-01-14 06:20:00
738
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
2025-01-14 06:19:58
1280
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
2025-01-14 06:19:51
2080
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
2025-01-14 06:19:49
14720
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
2025-01-14 06:19:46
348
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
2025-01-14 06:19:42
1430
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
2025-01-14 06:19:38
2296
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
2025-01-14 06:19:36
569
Please refer the main epic: https://github.com/spring-projects/spring-ai/issues/1800. This issue tracks the fix for calc...
上一页
下一页
1
…
1027
1028
1029
1030
1031
…
2246
.