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

Hi, can you implement elasticsearch/opensearch vector db support? And then add some code examples of course :) Thanks

vectors store

Hi, can you please add some examples in the READE on how to set application.properties to define: *which vector db to use, *wich embedding model, *which openai model, ..and so...

- `@RequestParam` annotation was incorrectly written as `P@RequestParam` - fix generateStream example - Improved API visibility --- * Sign the [contributor license agreement](https://cla.pivotal.io/sign/spring) ✅ * Rebase your changes on the...

models introduction: add Google Gemini models

Some OpenAI compatible servers have unknown properties in the error response, so it is better to use an existing ObjectMapper in the ErrorHandler.

ouput -> output * Sign the [contributor license agreement](https://cla.pivotal.io/sign/spring) * Rebase your changes on the latest `main` branch and squash your commits * Add/Update unit tests as needed * Run...

StreamingChatClient (azure open ai) returns no response with Spring AI version 0.8.1 ChatClient (azure open ai) returns the response with the same Spring AI version 0.8.1 **Bug description** StreamingChatClient returns...

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

vectors store

 . - CassandraVectorStoreAutoConfiguration uses CassandraAutoConfiguration - driver profiles for production stability+performance, - CassandraVectorStore.addStmts map must be concurrent-safe - code cleanups and naming fixes (field->column), - main doc tidy-up - astradb...