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

ChromaDB 1.0.0 has recently been released. - [GitHub Release](https://github.com/chroma-core/chroma/releases/tag/1.0.0) - [Docker Hub](https://hub.docker.com/r/chromadb/chroma/tags?name=1.0.0) With this release, the v1 APIs have been completely deprecated. To support the new v2 APIs, we need...

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

We currently use spring-specific ways to reduce ambiguity between which llm to use. However, there's a routine issue with OpenAI as often the same app needs to use Azure OpenAI....

multiple models

Update multiple dependency versions including: - Coherence from 24.09 to 25.03 - Milvus from 2.5.4 to 2.5.7 - Azure Search from 11.6.1 to 11.7.6 - Weaviate client from 5.0.1 to...

enhancement

Update `azure-spring-data-cosmos` dependency in cosmosdb vector store to `5.22.0`.

The current AzureOpenAI auto-configuration code assume that the users will provide a static api key if no key is set, then an exception is throw see https://github.com/spring-projects/spring-ai/blob/ca1949c8250187d94d735665b2044a844234aa51/spring-ai-spring-boot-autoconfigure/src/main/java/org/springframework/ai/autoconfigure/azure/openai/AzureOpenAiAutoConfiguration.java#L66 Azure supports a...

enhancement
azure
configuration

OpenAI's moderation API currently offers two models: - text-moderation-latest (Legacy) - Supports only text moderation - omni-moderation-latest - Supports both text and image moderation (See https://platform.openai.com/docs/guides/moderation) While both of these...

**Expected Behavior** I would like to use `CommandLineRunner` with an MCP stdio server without thinking about it and without a hang. **Current Behavior** Currently, if I use an MCP stdio...

MCP

@ivotoby/openapi-mcp-server { "mcpServers": { "openapi": { "command": "npx", "args": [ "-y", "@ivotoby/openapi-mcp-server" ], "env": { "API_BASE_URL": "https://petstore3.swagger.io/api/v3", "OPENAPI_SPEC_PATH": "https://petstore3.swagger.io/api/v3/openapi.json", "API_HEADERS": "Authorization:Bearer token123,X-API-Key:your-api-key" } } } } **Bug description** com.azure.core.exception.HttpResponseException: Status...

MCP

In 1.0.0-M6, the ".requestOptions()" method for ModelObservationContext instances has been deprecated and marked for removal. This issue is to track the changes needed to use the new strategy and remove...

deprecation