Spring-ai feat: enhance the compatibility of the minimax model and tests, relat…

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

Comment From: markpollackgood catch!Comment From: markpollackmerged 2a62235f7323549d297a2d74af82bccb5eaa2afd

Spring-ai Fix incorrect comments in OpenAiAudioApi and OpenAiApi

Hello, this PR fixed incorrect Javadoc comments in OpenAiAudioApi and OpenAiApi constructors.PR contents:- Fixed incorre...

Spring-ai 403 occurs in maven repository

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

When adding documents, apply the batching strategy for the following vector stores.ChromaElasticSearchNeo4jComment From:...

Spring-ai Add batching strategy for all vector store implementations

See this for more details: https://github.com/spring-projects/spring-ai/issues/1214[ ] Cassandra[x] Chroma[x] ElasticSea...

Spring-ai WordLift AI client

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

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

In the documentation on the Spring official website, under the Spring AI module in section 2, "Run the application," it ...

Spring-ai MariaDB Vector

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).

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

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

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

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

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

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

With aws.sdk.kotlin:bedrockruntime I can setup the client like this:val client = BedrockRuntimeClient { region = ...

Spring-ai spring-ai-zhipuai POST api timeout

Bug description @GetMapping("genFieldList") public String genFieldList(@RequestParam String func) {// ...

Spring AI Timeline for Spring AI GA Release

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

Because Spring AI relies on spring-boot-starter-web, @EnableWebFlux conflicts with @EnableWebMvc. Is there any good way ...
上一页 下一页
.