Nineya
Home
Blog
Spring-ai feat: enhance the compatibility of the minimax model and tests, relat…
2025-01-14 05:42:42
1560
this PR content:enhance the compatibility of the MiniMax chat model, add web search mode response in choice.messageadd w...
Spring-ai Add Markdown document reader to Spring AI BOM
2025-01-14 05:42:39
108
Comment From: markpollackgood catch!Comment From: markpollackmerged 2a62235f7323549d297a2d74af82bccb5eaa2afd
Spring-ai Fix incorrect comments in OpenAiAudioApi and OpenAiApi
2025-01-14 05:42:36
361
Hello, this PR fixed incorrect Javadoc comments in OpenAiAudioApi and OpenAiApi constructors.PR contents:- Fixed incorre...
Spring-ai 403 occurs in maven repository
2025-01-14 05:42:34
1982
Hello Since last week, error 403 occurs when accessing the maven repository to download jars.I don't think it's just me,...
Spring-ai Batching strategy for more vector stores
2025-01-14 05:42:31
182
When adding documents, apply the batching strategy for the following vector stores.ChromaElasticSearchNeo4jComment From:...
Spring-ai Add batching strategy for all vector store implementations
2025-01-14 05:42:28
267
See this for more details: https://github.com/spring-projects/spring-ai/issues/1214[ ] Cassandra[x] Chroma[x] ElasticSea...
Spring-ai WordLift AI client
2025-01-14 05:42:26
199
Expected BehaviorProvide a Spring AI client for WordLift AI API.Current BehaviorAllow developers to consume WordLift AI ...
Spring-ai ZhiPu AI use ChatClient setting defaultSystem error
2025-01-14 05:42:24
3062
Comment From: lwgCodePlus@mxsl-gr Comment From: mxsl-gr@mxsl-grGot it. I'll test this case later.Comment From: mxsl-gri ...
Spring-ai Official website documentation tutorial error
2025-01-14 05:42:15
314
In the documentation on the Spring official website, under the Spring AI module in section 2, "Run the application," it ...
Spring-ai MariaDB Vector
2025-01-14 05:42:12
292
Hello, I noticed a list of vector databases on the Spring AI framework page: https://spring.io/projects/spring-ai. I'm e...
Spring-ai redis.clients.jedis.exceptions.JedisDataException: Error parsing vector similarity query: query vector blob size (6144) does not match index's expected size (1536).
2025-01-14 05:42:10
405
redis.clients.jedis.exceptions.JedisDataException: Error parsing vector similarity query: query vector blob size (6144) ...
Spring-ai Not able to call Embedding API with different sentence length in List
2025-01-14 05:42:07
5566
I am trying to use embedding API with this code:List<List<Double>> embeddings = embeddingModel.embed(List.of...
Spring-ai Querying the number of returned data for a large model
2025-01-14 05:42:02
659
When setting the number of data returned by the query large model, the setting of returning the top does not take effect...
Spring-ai How to wire Redis Sentinel properties with Spring -AI
2025-01-14 05:41:59
628
Hi, I see following properties to set redis url as part of Spring AI.spring.ai.vectorstore.redis.uri | Server connection...
Spring-ai Add support of Nomic embeddings API
2025-01-14 05:41:57
373
Nomic is very fast and open soruce embedding API. Please add support on spring AI. curl https://api-atlas.nomic.ai/v1/em...
Spring-ai chat.messages need an AbstractMessage like constructor
2025-01-14 05:41:55
756
Expected BehaviorI want to make a list of messages that have different MessageTypes. Making AbstractMessage not abstract...
Spring-ai How can I specify AWS profile from the configuration file? Bedrock client
2025-01-14 05:41:53
665
With aws.sdk.kotlin:bedrockruntime I can setup the client like this:val client = BedrockRuntimeClient { region = ...
Spring-ai spring-ai-zhipuai POST api timeout
2025-01-14 05:41:49
15472
Bug description @GetMapping("genFieldList") public String genFieldList(@RequestParam String func) {// ...
Spring AI Timeline for Spring AI GA Release
2025-01-14 05:41:46
753
With the recent release of M2 for Spring AI, there is growing interest in knowing the expected timeline for the GA relea...
Spring-ai Spring AI cannot be integrated with spring-boot-starter-Webflux and spring-boot-starter-security
2025-01-14 05:41:43
1090
Because Spring AI relies on spring-boot-starter-web, @EnableWebFlux conflicts with @EnableWebMvc. Is there any good way ...
上一页
下一页
1
…
1063
1064
1065
1066
1067
…
2246
.