Nineya
Home
Blog
Spring-ai Added information about models that are no longer supported
2025-01-14 05:31:43
1471
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.
2025-01-14 05:31:38
656
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
2025-01-14 05:31:33
941
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
2025-01-14 05:31:31
2849
add functionCallbackWrapper direct function to register a function at clientComment From: xixingyathe issue is https://g...
Spring-ai ChatClient.ChatClientRequestSpec need a function
2025-01-14 05:31:28
2594
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
2025-01-14 05:31:25
1950
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
2025-01-14 05:31:23
795
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
2025-01-14 05:31:21
3225
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
2025-01-14 05:31:18
12781
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
2025-01-14 05:31:15
1687
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
2025-01-14 05:31:13
1107
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
2025-01-14 05:30:58
921
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
2025-01-14 05:30:53
1902
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
2025-01-14 05:30:51
446
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()
2025-01-14 05:30:48
147
~~[refactor: Collectors.joining() -> String.join()]~~[fix : doesNotContain -> contains]issue link* #753 Comment Fr...
Spring-ai Consolidate ApiUtils into spring-ai-core
2025-01-14 05:30:46
738
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
2025-01-14 05:30:43
1332
BeanOutputConverterworks fine with records too:record Profile( String nickname, int hornlength ) {}var outputParser = ne...
Spring-ai Add comment and prevent IndexOutOfBounds exception in ImageResponse
2025-01-14 05:30:39
554
Expected BehaviorPreviously, an IndexOutOfBounds exception might occur if the developer using the getResult function, I ...
Spring-ai please add a starter for huggingface
2025-01-14 05:30:37
137
Comment From: ThomasVitaleAdded here: https://github.com/spring-projects/spring-ai/pull/839Comment From: markpollackThan...
Spring-ai 当OllamaChatClient调用stream流发送重复消息便会报空指针异常
2025-01-14 05:30:34
27076
我在使用SpringWebFlux配合OllamaChatClient的stream方法返回大模型响应时如何发送重复的msg程序便会抛出异常。当我给msg添加随意无意义标点符号(与上条消息不一致)便会正常响应,以下是我的代码及异常信息。==...
上一页
下一页
1
…
1073
1074
1075
1076
1077
…
2246
.