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

I hope to dynamically select the embedded model when saving the vector library and similar queries. For example, by passing an Embedding modename, when performing vector retrieval, I can use...

**Bug description** Setup of Spring AI with PG Vector store fails. It cannot find the file vector.control even if it exists. The problem seems to be that it is looking...

Hi, can you please provide some examples to use chat history with chatcompletition? Thanks

### Enhancement Description Each model integration is composed of two aspects: an `*Api` class calling the model provider over HTTP, and a `*Client` class encapsulating the LLM specific aspects. Each...

model client
to discuss
design
configuration

### Summary Refactored Image Object ### Description In the case of the original image objects, we initialized them by passing both base64 and URL as constructor arguments, and returned their...

Azure AI Search has the following feature along with Vector Similarity Search (which is already present in Spring AI). - Hybrid Search (Vector Search + Text Search) - Semantic Hybrid...

In the current version, taking the Milvus database as an example, I cannot specify the field names of the database collection. If I have a previously used collection, and if...

azure

The class org.springframework.ai.chat.prompt.PromptTemplate configures the stringtemplate renderer ST with non default delimiters `{` and `}`. In my opinion there is no need to change the default behavior. Here are the...

Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested. **Expected Behavior** package baidu.com; import okhttp3.*; import org.json.JSONObject; import...

See https://github.com/spring-projects/spring-ai/issues/262 for initial discussion.