Spring-ai Review what is in ChatOptions

There is the issue #1271 to review but also that the new o1 model has temperature, top_p,and n fixed at 1 while presence...

Spring-ai Can ETL Pipeline support more ways to read the file content

JSONTextMarkdownPDF PagePDF ParagraphTika (DOCX, PPTX, HTML…​)Can ETL Pipeline support more ways to read the file conten...

Spring-ai Review doFinally block in observability for chat models.

Removing the following 'TODO' comment in public Flux<ChatResponse> stream(Prompt prompt) for various models..doOnE...

Spring-ai Add Observability to all Embedding Models

TODO List[ ] VertexAI[ ] Azure[ ] bedrock: titan, cohere[ ] Mistral[ ] Transformers[ ] qianfan[ ] minimax[ ] ZhiPu[ ] Wa...

Spring-ai Tika Document Reader issue (OpenAI and Mistral)

Bug descriptionTika Document Reader dependency causing response type exception.EnvironmentSpring Boot version: 3.3.4Spri...

Spring-ai Consider using a builder class for creating Messages

See https://github.com/spring-projects/spring-ai/pull/427 and related issue https://github.com/spring-projects/spring-ai...

Spring-ai Feat messages builder

The complex constructor in AbstractMessage has been simplified and the AbstractMessageBuilder class has been added for f...

Spring-ai Support for registering Supplier functions in addition to Function interfaces for LLM function calling

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

Spring-ai chore: Update dependencies and fix OpenAPI client generation

Upgrade Spring Boot to 3.4.0Update swagger-codegen-maven-plugin to 3.0.64Add custom template for HttpBasicAuthFix mockwe...

Spring-ai Fix typo: "onn" to "on"

This PR fixes a typo in the documentation/code where "onn" was corrected to "on".Comment From: ilayaperumalg@geyingauv T...

Spring-ai Improve translation test

Make the RAG translation test more robust.Comment From: markpollackmerged in 175dc9b72104cbee59b3f9617804a7fadf37071e

Spring-ai Add tests for keyless auth to Azure Search vector store

Add test validating DefaultAzureCredential can be used with the Azure Search vector storeFix filter tests on Windows due...

Spring-ai feat: Add Pixtral and Llama 3.2 Vision models to MistralAi and Ollama

Add Pixtral models (PIXTRAL and PIXTRAL_LARGE) to MistralAiApi.ChatModelUpdate MistralAiChatClientIT to use Pixtral mode...

Spring-ai Modular RAG: Orchestration and Post-Retrieval

Pre-Retrieval:* Consolidated naming and documentationRetrieval:* Consolidated naming and documentation* Introduced Docum...

Spring-ai Cohere embedding model options not truncating as expected

Bug descriptionCurrently, we are using the Bedrock Cohere embedding model via Spring AI.It is stated, in the docs that t...

Spring-ai GH-1753: Add truncation support for Cohere embeddings

Fixes: #1753https://github.com/spring-projects/spring-ai/issues/1753Add character-based truncation (max 2048 chars) for ...

Spring-ai refactor(chroma): Align with the latest Chroma API

Added Jackson annotations for JSON property handling in Chroma API request/response records. Use @JsonInclude(JsonInc...

Spring-ai Error when doing filter-less similarity search with Chroma

When doing a simple similarity search against Chroma, I'm getting the following error:org.springframework.web.client.Htt...

Spring-ai GH-1749 Fix Chroma query/delete operation

When Chroma query/delete operation doesn't involve a where clause, the latest Chroma API doesn't allow an empty map for ...

Spring-ai fix(bedrock-converse): Update tool use handling and add usage

Replace hardcoded "tool_use" with StopReason enum valueAdd tests for token usage aggregation with tool callsAdd handling...
上一页 下一页
.