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

Add support for completion specifications in both sync and async MCP servers by: - Adding parameters for SyncCompletionSpecification and AsyncCompletionSpecification - Implementing registration of completion specifications in server builders -...

MCP

**Expected Behavior** When using the PgVector vector database (PgVectorStore) functionality I was hoping to use the `halfvec` type due to requirements needed from my local model. **Current Behavior** Currently only...

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

`org.testcontainers.containers.CassandraContainer` is deprecated. Signed-off-by: Eddú Meléndez

Adds Spring Boot autoconfiguration processor in relevant modules, to allow for eager bean filtering on app startup. See https://docs.spring.io/spring-boot/reference/features/developing-auto-configuration.html#features.developing-auto-configuration.custom-starter.autoconfigure-module

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

Let's say I have a chatbot, and I want the user to be able to give a feedback on whether the assistant message is good or not: it is necessary...

status: to-discuss

Wrong variable name

Added the ability to disable auto configuration of the OpenAiModerationModel bean. Addresses reported bug [2373](https://github.com/spring-projects/spring-ai/issues/2373)

This commit enhances OCICohereChatOptions by: - Updating equals and hashCode methods for proper object comparison. - Updating copy() method, creating new instances of mutable collections (List, Set, Map, Metadata) to...