spring-ai
spring-ai copied to clipboard
An Application Framework for AI Engineering
* https://github.com/Azure-Samples/acme-fitness-store * Spring CLI project starters for AI * Carina demo app (move into spring-cli starter project?)
Now that it is out ;) we can add support. https://glaforge.medium.com/get-started-with-gemini-in-java-923f2069ea4d is a nice starter
#179 Add support for Google Gemini
**Expected Behavior** It should be possible to send an audio sample with speech (in supported audio formats) to the OpenAI transcription endpoint and retrieve the extracted speech as text. **Current...
- Extract Method - Replace explicit instanceof checks and casting with pattern matching in the apply method of ContentFormatTransformer. - Change var to explicit type
This is a variation of https://github.com/spring-projects/spring-ai/pull/166, based on my last comment in that PR.
This makes it possible for `TikaDocumentReader` to read large PDFs.
This PR represents the works I've been doing for what I originally called "AiThing". I renamed it to "AiOperator", but I'm not sold on that name, either. Regardless of naming,...
Hey! First contribution, so open for suggestions! The main reason I found myself drawn to this project is in my quest for making a super discord bot, being able to...
While looking at the OpenAiGeneration metadata class and the OpenAiRateLimit class, we found a point of concern for NPE. - For the OpenAiGenerationMetadata.From() method, we verified this because the internal...