Nineya
Home
Blog
Spring-ai Fix TokenCountBatchingStrategy issues.
2025-01-14 06:00:58
299
Fix two issues:1.The constructor parameter thresholdFactor should be changed to reservePercentage. 2.All input parameter...
Spring-ai Fix typos in classes under the embedding package
2025-01-14 06:00:56
139
Comment From: markpollackforgot to squash.merged in 698210042e526aca70810c40be537f57252d0917 and c4e7efb499745a76ce6a95...
Spring-ai Extract ResponseFormat to standalone class
2025-01-14 06:00:52
466
Extracts ResponseFormat from being a nested record in OpenAiApi to a dedicated class with builder pattern support.Resolv...
Spring-ai OpenAI ResponseFormat handling is broken
2025-01-14 06:00:50
209
The response-format (json_schema) is a relatively new OpenAI feature and we've been providing support for: Spring AI Emb...
Spring-ai GH-1623 fix typo for updating node in Neo4jVectorStore
2025-01-14 06:00:48
342
Resolve #1623 Define DEFAULT_TRANSACTION_SIZE for the hardcoded batch size in the delete queryComment From: tzolovHi @mi...
Spring-ai if the embedding property of a node is not using the default name, documents cannot be added to the vector store
2025-01-14 06:00:45
1236
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 Refactor: Replace Traditional Switch Statements with Switch Expressions
2025-01-14 06:00:43
1093
This PR refactors several components to replace traditional switch statements with the new switch expressions.This chang...
Spring-ai Bugfix milvus similaritySearch Filter Expression condition NIN
2025-01-14 06:00:40
458
Fix MilvusVectorStore: When executing the similaritySearch method and adding the Filter Expression condition with Expres...
Spring-ai chore: temporarily disable Checkstyle enforcement
2025-01-14 06:00:37
218
Disable project-wide Checkstyle checks to unblock developmentAdd documentation for enabling Checkstyle locallyFix remain...
Spring-ai Allow null or empty userText if request contains Tool Response message
2025-01-14 06:00:35
253
Add a new test case for testing function call with advisor in BedrockConverseChatClientITAdd a new test case for testing...
Spring-ai Milvus vector stores expects a boolean instead of a store config
2025-01-14 06:00:33
1011
Bug descriptionAccording to this documentation, the MilvusVectorStore expects a MilvusVectoreStoreConfig as third parame...
Spring-ai How to setup TransformersEmbeddingModel on Windows for tests
2025-01-14 06:00:30
1778
Bug descriptionIt's not obvious to me how to run Vector Store unit tests without adding a bunch of code to manually setu...
Spring-ai Anthropic chat model doesn't return the "finish reason" when in streaming mode
2025-01-14 06:00:26
645
Bug descriptionWhen calling the Anthropic chat model in a blocking way, the final completion comes with an "end_turn" fi...
Spring-ai Timout calling MoonshotChatModel.call()
2025-01-14 06:00:24
4928
Bug descriptiontimeout when calling OpenAI/MoonShot APIorg.springframework.web.client.ResourceAccessException: I/O error...
Spring-ai Simplify implementation of Usage in OpenAI support
2025-01-14 06:00:22
400
Now there is an implementation of Usage named OpenAiUsage public class OpenAiUsage implements Usage { public static O...
Spring-ai How can I implement the ChatMemory in an agentic workflow?
2025-01-14 06:00:19
3608
I am working on an agentic workflow project using SpringAI, now I have a question/problem with ChatMemory.QuestionHow ca...
Spring-ai Stability AI does not produce observability metrics
2025-01-14 06:00:17
2083
When I generate images with OpenAI, I can see the metrics for those generations in the Actuator's metrics endpoint. But ...
Spring-ai Make VectorStore extend from DocumentRetriever
2025-01-14 06:00:14
2242
The new DocumentRetriever should be the interface for all implementations that can retrieve documents, including vector ...
Spring-ai Disable checkstyle
2025-01-14 06:00:11
214
This is causing unnecessary churn right now as the process isn't straightforward. I fear this creates a big barrier for...
Spring-ai Remove PaLM Model support
2025-01-14 06:00:08
184
Fixes #924 Comment From: ilayaperumalgDidn't realise this PR was already there. Closing this as duplicate as it has rece...
上一页
下一页
1
…
1046
1047
1048
1049
1050
…
2246
.