spring-ai
spring-ai copied to clipboard
An Application Framework for AI Engineering
See https://docs.spring.io/spring-ai/reference/api/vectordbs.html#metadata-filters
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...
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...
**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...
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...

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...
See https://github.com/spring-projects/spring-ai/pull/427 and related issue https://github.com/spring-projects/spring-ai/issues/1592