spring-ai
spring-ai copied to clipboard
An Application Framework for AI Engineering
These models have moved to https://github.com/orgs/spring-ai-community/repositories The links to these models in the reference documentation should point to the new locations.
**Bug description** I put test execution files like logs and junit-result files into an Azure AI Search vectorstore but the question "Analyze the test execution of testsuite 2450228." gives me...
- Remove deprecated constructors from VectorStoreChatMemoryAdvisor - Remove deprecated builder methods from AnthropicApi and SimpleVectorStoreContent - Remove deprecation annotation from ContentFormatter in Document - Remove deprecated test methods
The next release is RC1 which will not have any @Deprecated code. There is not another M8 to allow users one more release cycle to upgrade. So some changes such...
This implementation relies on the Alibaba Cloud official SDK. API reference: https://www.alibabacloud.com/help/en/model-studio/use-qwen-by-calling-api How to obtain an API-KEY: https://www.alibabacloud.com/help/en/model-studio/get-api-key
Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to: * Sign the [contributor...
Updated azure service dependencies to the latest versions * Updated azure-core from 1.53.0 to 1.55.3 * Updated azure-json from 1.3.0 to 1.5.0 * Updated azure-identity from 1.14.0 to 1.15.4 *...
1. I want to use springai to build a large model of dialogue requests, but I want the LLM to return as is, and not to encapsulate springai 2. I...
Motivation: Add an extension point for users to extend and create a subclass of `ToolContext`
Add an extension point for tool calling