Spring-ai Added information about models that are no longer supported

Hello Currently, GPT_4_VISION_PREVIEW will continue to be available only to existing users of this model starting June 1...

Spring-ai Create an AbstractChatModel class that adds logging of request and response.

debug log level should be sufficient. This needs to occur in a few places, in particular in the case of Flux, see Defau...

Spring-ai Add request/response logging in OpenAiApi

For the chat models and the embedding models that are in OpenAiApi add logging at the debug level.This should also be do...

Spring-ai add functionCallbackWrapper direct function

add functionCallbackWrapper direct function to register a function at clientComment From: xixingyathe issue is https://g...

Spring-ai ChatClient.ChatClientRequestSpec need a function

Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....

Spring-ai Ineffective OutputParser Implementation in PromptTemplate

DescriptionI have been testing the functionality of the PromptTemplate class and noticed that it includes a getter and a...

Spring-ai Replace HTTP with HTTPS in xsi of pom.xml files

Summary:The pom.xml files in the spring-ai project contain HTTP links in the xsi:schemaLocation attribute, which causes ...

Spring-ai Why Qdrant generated ID policy must be UUID

Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...

Spring-ai java.lang.RuntimeException: java.lang.IllegalArgumentException: argument type mismatch

Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...

Spring-ai SpringAI does not follow the AWS SDK's default region resolution rules

Bug descriptionWhen using any of the AWS / Bedrock models, the documentation states "The region property is compulsory."...

Spring-ai neo4j Vector store does not allow more than 2048 embedding dimensions

Bug descriptionneo4j vector store does not allow more than 2048 embedding dimensions.However I'm using llama3 8B as an e...

Spring-ai PGVECTOR INDEX is created at each application startup

Bug descriptionThe pgvector index is created at each application startup if the spring.ai.vectorstore.pgvector.index-typ...

Spring-ai Milvus Vector store does not allow more than 2048 embedding dimensions

Bug descriptionMilvus vector store does not allow more than 2048 embedding dimensions.However I'm using mistral 7B as an...

Spring-ai Redis Vector Search is returning only 10 results

Hi,I am testing Sprint AI with Redis Vector store to house my documents. However, when I perform Similarity query, I am ...

Spring-ai Replace doesNotContains and Collectors.joining()

~~[refactor: Collectors.joining() -> String.join()]~~[fix : doesNotContain -> contains]issue link* #753 Comment Fr...

Spring-ai Consolidate ApiUtils into spring-ai-core

Two mode implementations (openai and minimax) are using the same class that has one utility method.public class ApiUtils...

Spring-ai Reevaluate class name BeanOutputConverter

BeanOutputConverterworks fine with records too:record Profile( String nickname, int hornlength ) {}var outputParser = ne...

Spring-ai Add comment and prevent IndexOutOfBounds exception in ImageResponse

Expected BehaviorPreviously, an IndexOutOfBounds exception might occur if the developer using the getResult function, I ...

Spring-ai please add a starter for huggingface

Comment From: ThomasVitaleAdded here: https://github.com/spring-projects/spring-ai/pull/839Comment From: markpollackThan...

Spring-ai 当OllamaChatClient调用stream流发送重复消息便会报空指针异常

我在使用SpringWebFlux配合OllamaChatClient的stream方法返回大模型响应时如何发送重复的msg程序便会抛出异常。当我给msg添加随意无意义标点符号(与上条消息不一致)便会正常响应,以下是我的代码及异常信息。==...
上一页 下一页
.