spring-ai
spring-ai copied to clipboard
An Application Framework for AI Engineering
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to create. If the bug is trivial, just...
**Bug description** ContentFormatterTests failed on Windows. This is a Windows specific issue. ``` org.opentest4j.AssertionFailedError: expected: "llmKey2: value4 embedKey1: value1 embedKey2: value2 embedKey3: value3 The World is Big and Salvation Lurks...
I'am using BedrockAnthropic3ChatClient and i can not get info about input and output tokens. But these parameters i can get from AnthropicChatResponse. Could you transfer these parameters to ChatResponseMetadata ?
I've been at work on an Agent framework that leverages Spring AI here: https://github.com/thesurlydev/spring-ai-collab The intent was to build an agent framework that caters to Spring users. It currently has...
I followed this [tuition](https://docs.spring.io/spring-ai/reference/1.0-SNAPSHOT/api/vectordbs/pinecone.html#_manual_configuration) to set my Pinecone database, But I failed to get results like the example. So, I checked the file PineconeVectorStorec.class and noticed that the similarity search...
hello i have a springboot2 project, how to use it?
**Bug description** I'm attempting to return the ImageResponse as a ModelResponse, which passes successfully in unit tests but fails on Spring MVC. **Environment** - Spring AI 0.8.1-SNAPSHOT - Java 17...
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to create. If the bug is trivial, just...
Improved line coverage of the Generation class from 0% to 76.5%
Hi, this PR is add `Moonshot` model client and has passed unit testing. I can provide my api_key if needed for testing the PR content: - Moonshot AI model client...