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

See https://docs.spring.io/spring-ai/reference/api/vectordbs.html#metadata-filters

gemfire

The work done with OpenAI to use the `ApiKey` interface to return the key set in the http header needs to be applied to other models. In most cases, the...

epic

Hey team, there's good news from AWS bedrock!! It now supports prompt caching for Anthropic and Nova models, and will certainly be a must have for those who use these...

Bedrock
prompt management

**Expected Behavior** ``` void add(List documents, String model); @Nullable List similaritySearch(SearchRequest request, String model); ``` or ``` void add(List documents, EmbeddingOptions options); @Nullable List similaritySearch(SearchRequest request, EmbeddingOptions options); ``` **Current...

vector store
design

Currently, PgVectorStore requires specific column names (id, content, metadata, embedding) in the database schema. However, in real-world scenarios, database administrators may have different naming conventions or existing schemas that serve...

pgvector

![image](https://github.com/user-attachments/assets/4e7a17cb-2bab-4a7b-bfe1-76e542946fa3)

enhancement
vector store
design
milvus

Current vectorstore interface is lacking in two important areas * Does not support other types of search other than similarity search * Does not support full api coverate for admin...

vector store
status: to-discuss
design

See https://github.com/spring-projects/spring-ai/pull/427 and related issue https://github.com/spring-projects/spring-ai/issues/1592

design