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 found some JSON in the wild which I want to use, but the doc is not currently ingestable via the existing JsonReader. events.json in the test resources is a...

add documentation showing how to create a console app using spring ai, folks are opening bug reports around web client and rest client dependencies need to show how to add...

documentation

## Expected Behavior The VectorStore interface and related classes in Spring AI should support custom fields for vector database filtering. This would allow users to: 1. Add custom fields to...

**Bug description** When trying to add documents to ChromaDB, client returns `404 Not Found: "{"detail":"Not Found"}"` with my multistore setup on newly added collection. **Environment** Java 21; Springboot 3.3.2; SpringAI...

bug
vector store
chromadb

Hello, **Bug description** We discovered a memory leak after a few days we've put our application into production. Native memory usage is growing slowly until it crashes with an OutOfMemory...

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

I am working on an agentic workflow project using SpringAI, now I have a question/problem with ChatMemory. **Question** How can I implement the memories in a workflow? **Example** I have...

**Bug description** The OpenAI autoconfiguration relies on an import of the restclient autoconfiguration or a webclient autoconfiguration. Commit [377b5ff](https://github.com/spring-projects/spring-ai/commit/377b5ffa61427ce94f49793b00f4617edfcc59bc) attempts to fix it but fails to handle the situation when...

enhancement
configuration