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

Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested. **Expected Behavior** Improve the clarity of document images look...

**Bug description** Can't do similarity search with different columns. see line 338 and 341 https://github.com/spring-projects/spring-ai/blob/9381ab609f40da038e85405586686c201f03c714/vector-stores/spring-ai-milvus-store/src/main/java/org/springframework/ai/vectorstore/MilvusVectorStore.java#L325-L341 **Environment** Spring AI version: 0.8.0 Java version: 17 vector store: Milvus (zilliz cloud) **Steps to...

vectors store

**Expected Behavior** The document of FilterExpressionBuilder says "This builder DSL mimics the common https://www.baeldung.com/hibernate-criteria-queries syntax." I'd expect all common hibernate operators supported, but the 'like' operator is not supported here....

vector store
to discuss
design

Hi, I am using openAI and registered a function for setting SQL parameters. When I ask a related question such as : "draw a chart of top selling products" I...

function calling
to discuss
design

**Bug description** When making a basic synchronous openAiChatClient.call( prompt) with a single UserMessage, an Exception is thrown (com.fasterxml.jackson.core.io.JsonEOFException: Unexpected end-of-input: expected close marker for Object (start marker at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream);...

**Expected Behavior** Apache Tika can be run as a convenience server, this gives more wiggle room to install language support and share and instance, have less weight in the calling...

Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to create. If the bug is trivial, just...

The work on native compilation support for the vector stores in Spring AI is tracked in https://github.com/spring-projects/spring-ai/issues/325. I have created a dedicated issue for Qdrant and Weaviate since the API...

I will launch a PR in the next few weeks to support this feature. Please assign to me.

Add gpt-4o to OpenAI chat models enum and update JavaDoc