spring-ai
spring-ai copied to clipboard
An Application Framework for AI Engineering
The Micrometer library creates, by default, a parent observation span for Spring Web applications. But for non-web applications such as simple Boot `CommandLineRunner` or Vaadin's `AppShellConfigurator`, it is applications responsibility...
In the latest round of architectural changes of Advisors in #1422 there now are two types of advisors: * `CallAroundAdvisor` * `StreamAroundAdvisor` In the case of the non-streaming one, it's...
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...
Description: When using the web_search method with the minimax model, the return data format is inconsistent compared to the standard method. This inconsistency causes an error in the MiniMaxChatModel class’s...
**Bug description** I got this error when I create embeddingModel bean during start spring boot application. 2024-09-21T15:13:21.100+07:00 INFO 26816 --- [ollama-example1] [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in...
Currently Spring AI does not accept requests via Cloudflare Workers AI, it would be interesting to have an implementation to use models that Cloudflare allows to use. https://developers.cloudflare.com/workers-ai/models/
**Bug description** `SearchRequest` does not include index name which results in an error when using Opensearch role `own_index`: *no permissions for [indices:data/read/search] and User [name=...]* **Environment** Spring AI 1.0.0-SNAPSHOT Java...
See property [here](https://github.com/spring-projects/spring-ai/blob/e29d38d987d9aabdb35cf87321b13bb33dbdb871/spring-ai-spring-boot-autoconfigure/src/main/java/org/springframework/ai/autoconfigure/azure/openai/AzureOpenAiConnectionProperties.java#L77) -
TODO list - [ ] Vertex - [ ] Azure - [ ] Bedrock - [ ] Watson - [ ] HuggingFace - [ ] MiniMax - [ ] Moonshot...
TODO List - [ ] VertexAI - [ ] Azure - [ ] bedrock: titan, cohere - [ ] Mistral - [ ] Transformers - [ ] qianfan - [...