spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

An Application Framework for AI Engineering

Results 659 spring-ai issues
Sort by recently updated
recently updated
newest added

fix `vectorStore.add(List.of(document));` to `vectorStore.add(documents);`

**Expected Behavior** Spring AI should support Speech-to-Text functionality in it. **Current Behavior** Spring AI supports OpenAI Text-to-Speech (TTS). **Context** We are building an application that converts speech to text where...

enhancement
help wanted
azure
speech

Added builder and moved config class as an inner class of GemFireVectorStore to match other vector store projects Thank you for taking time to contribute this pull request! You might...

Today I was using Spring AI and ran into a problem with org.springframework.ai.vectorstore.MilvusVectorStore. In method add(List documents), when going through each document separately, a request embeddingModel.embed(document); is sent for each...

**Bug description** Exception is thrown when attempting to send a request to OpenAI transcription service. Please note that the same logic was working approximately 1-2 months ago. **Environment** Kotlin +...

Upgrade Apache Tika to `3.0.0-BETA2`

PR content: 1. re-implement `ZhiPu` function call to support AbstractToolCallSupport 2. function call unit tests related issue: https://github.com/spring-projects/spring-ai/issues/1078

PR content: fix MiniMax model function call and unit tests. Most scenarios has worked, but in some complex situations within the English context, if there are multiple rounds of function...

![image](https://github.com/user-attachments/assets/3d21ad8c-5851-4832-9d0d-018942ea02a8) ![image](https://github.com/user-attachments/assets/6a950106-d23c-4039-ba05-9d08dda9bb84)

Hi, I was experimenting with Spring AI and some models deployed on hugging face, realizing that a lot of stuff is missing for huggingface explaining the reason for this PR....

huggingface