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
trafficstars

* 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

help wanted

#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...

good first issue
help wanted

- 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...

enhancement

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...