spring-ai
spring-ai copied to clipboard
An Application Framework for AI Engineering
fix logger name to be aligned with the className
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...
**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)....
 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**...