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

PromptTemplate added ChatOptions support

Consider extending the existing WIP: https://github.com/spring-projects/spring-ai/blob/main/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/mongodb.adoc

documentation
help wanted

Also consider a generic data structure, e.g. 'node' a lightweight data structure akin to org.sf.messaging.Message.

When Spring AI auto-configures various client implementations, it depends upon a `RestClient.Builder` to create a `RestClient` for those client implementations. That works fine when the project uses the Spring MVC...

Need for a projet, I implemented the support of Azure OpenAI for image generation. It's mainly a reuse of the design delivered by `model/spring-ai-openai`

hi, community. If I want to develop based on spring core module to adapt new ai big model, how pom.xml is selected. Docs: ```xml spring-milestones Spring Milestones https://repo.spring.io/milestone false spring-snapshots...

Malicious/Attack

GemFire Vector Store: https://github.com/spring-projects/spring-ai/tree/main/vector-stores/spring-ai-gemfire - Make sure to register the AutoConfig class to the [org.springframework.boot.autoconfigure.AutoConfiguration.imports](https://github.com/spring-projects/spring-ai/blob/main/spring-ai-spring-boot-autoconfigure/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports) - Add the boot-starter dependency to the [BOM](https://github.com/spring-projects/spring-ai/blob/main/spring-ai-bom/pom.xml).

help wanted
vectors store

Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to: * Sign the [contributor...

enhancement
RAG

Consider making the ImageOptions properties such as N, Quality, dimensions etc to be an enum. For example, OpenAiImageOptions quality could be of two types, standard & hd. So if the...