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

fix logger name to be aligned with the className

Closes #476

documentation
vectors store

Fixed java code example.

Spring AI 0.8.1 + ollama + redis return vectorStore.similaritySearch(searchRequest) .stream() .map(Documents::fromDocument) .toList(); [dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: redis.clients.jedis.exceptions.JedisDataException: Error...

Add a "logprobs" field to correct chat completion when calling a function The tests have been updated to support the new parameter This is the root cause of the correction...

I would like to request a function to load and check if a model is loaded. Write now, when I boot the project and request anything I just get an...

ollama

**Bug description** When i try run my code this is the error thats returned ` org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'retryTemplate' defined in class path resource [org/springframework/ai/autoconfigure/retry/SpringAiRetryAutoConfiguration.class]: Failed to...

The current set delimiters `{` and `}` do not follow the stringtemplate default and need escaping if you want to build a prompt with JSON (as described in issue #355)....

![image](https://github.com/spring-projects/spring-ai/assets/35489877/c760237f-ee29-4669-b074-88ba6ad96402) During search, hybrid search, similar search and keyword search will be supported and submitted to LLM. I am willing to submit this feature. Does the community have any better...

Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested. **Expected Behavior** CassandraVectorStoreAutoConfiguration should rely on CassandraAutoconfiguration **Current Behavior**...

vectors store