Nineya
Home
Blog
Spring-ai Added new VertexAI Anthropic's model module
2025-01-14 06:21:30
2283
This pull request introduces a new module to the Spring AI framework, designed to integrate and expand the use of Anthro...
Spring-ai retaining the input document id if provided in the split documents
2025-01-14 06:21:27
363
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai Add WordLift AI
2025-01-14 06:21:24
739
see #1161: work in progresssee #1161: add docsThank you for taking time to contribute this pull request!You might have a...
Spring-ai Enhanced OpenSearchVectorStore - Squashed
2025-01-14 06:21:21
791
These changes enable support for both Exact k-NN and Approximate k-NN searches in OpenSearch. The code was updated and r...
Spring-ai Support for declarative build function callbacks in the Spring container
2025-01-14 06:21:19
615
add FunctionCallbackMethodProcessor to support parsing. add the FunctionCalling annotation to declareadd FunctionCallbac...
Spring-ai feat: add pg hybridSearch
2025-01-14 06:21:16
322
https://github.com/spring-projects/spring-ai/issues/579Comment From: impactCn@markpollack hi,I implemented a hybrid sear...
Spring-ai Bedrock API: Add option to configure API endpoint (#1018)
2025-01-14 06:21:14
1248
1018Add URL parameter to the constructor to set the endpointOverride in SdkClientBuilder. The URL can be null as the end...
Spring-ai Allow custom metadata in all document reader implementations
2025-01-14 06:21:11
587
Not all implementations of DocumentReader allow adding metadata to a document during the document loader step. Only Text...
Spring-ai Add self-query advisor
2025-01-14 06:21:09
1200
Add a SelfQueryAdvisor that follows LangChain's SelfQueryRetriever:Specifically, given any natural language query, the r...
Spring-ai Improve DefaultChatClient code.
2025-01-14 06:21:06
243
Remove code duplications between DefaultCallResponseSpec and DefaultStreamResponseSpec.This should improve readability f...
Spring-ai Correctness evaluator
2025-01-14 06:21:04
1937
This PR adds a new evaluator to judge correctness of a response. It is based loosely on LlamaIndex's correctness.py eval...
Spring-ai fix(MistralAI): correctly build request with default chat model options
2025-01-14 06:21:01
3405
Comment From: tzolov@cponfick i've checked current implementation it seems correct to me. Currently the run-time options...
Spring-ai Fix Windows line separation.
2025-01-14 06:20:54
4837
Bug fix for #595 * BeanOutputConverter - replace all Windows line separation with \n.* BeanOutputConverterTest - explici...
Spring-ai Add support for getting usage tokens for openaiAPI
2025-01-14 06:20:51
539
fix #814 Comment From: tzolov@YanjiuHe I believe the 20e4b5609a35c204b0e93ac6fcd38ae821a86d1d resolves https://github.co...
Spring-ai Fix improper streaming in Azure Client
2025-01-14 06:20:49
3705
Ensure streaming works in "real-time"fix: Ensure streaming chunks are emitted individually to the clientProblem:The prev...
Spring-ai feature:add Wenxin model client
2025-01-14 06:20:46
10579
Hi, this PR is add Wenxin model client and has passed unit testing.I can provide my api_key if needed for testingthe PR ...
Spring-ai Add YiAi model client
2025-01-14 06:20:43
425
this PR is add YiAi model client and has passed unit testing.I can provide my api_key if needed for testingthe PR conten...
Spring-ai [WIP] Add possibility to register functions in a type-safe manner
2025-01-14 06:20:41
1830
Goal: The goal of this PR is to extend the existing function registration methods to also accept types of beans. The adv...
Spring-ai fix blocking call in a non-blocking Thread
2025-01-14 06:20:38
351
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai Add DeepSeek model client
2025-01-14 06:20:36
5731
Hi, this PR is add DeepSeek model client and has passed unit testing.I can provide my api_key if needed for testingthe ...
上一页
下一页
1
…
1026
1027
1028
1029
1030
…
2246
.