spring-ai
spring-ai copied to clipboard
An Application Framework for AI Engineering
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
Add to getting started guide?
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...
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).
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...
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...