Nineya
Home
Blog
Spring-ai Review what is in ChatOptions
2025-01-14 06:08:45
505
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
2025-01-14 06:08:43
490
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.
2025-01-14 06:08:40
593
Removing the following 'TODO' comment in public Flux<ChatResponse> stream(Prompt prompt) for various models..doOnE...
Spring-ai Add Observability to all Embedding Models
2025-01-14 06:08:37
217
TODO List[ ] VertexAI[ ] Azure[ ] bedrock: titan, cohere[ ] Mistral[ ] Transformers[ ] qianfan[ ] minimax[ ] ZhiPu[ ] Wa...
Spring-ai Tika Document Reader issue (OpenAI and Mistral)
2025-01-14 06:08:35
8408
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
2025-01-14 06:08:31
391
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
2025-01-14 06:08:28
851
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
2025-01-14 06:08:26
5146
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
2025-01-14 06:08:23
368
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"
2025-01-14 06:08:19
146
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
2025-01-14 06:08:16
117
Make the RAG translation test more robust.Comment From: markpollackmerged in 175dc9b72104cbee59b3f9617804a7fadf37071e
Spring-ai Add tests for keyless auth to Azure Search vector store
2025-01-14 06:08:13
590
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
2025-01-14 06:08:10
204
Add Pixtral models (PIXTRAL and PIXTRAL_LARGE) to MistralAiApi.ChatModelUpdate MistralAiChatClientIT to use Pixtral mode...
Spring-ai Modular RAG: Orchestration and Post-Retrieval
2025-01-14 06:08:08
1902
Pre-Retrieval:* Consolidated naming and documentationRetrieval:* Consolidated naming and documentation* Introduced Docum...
Spring-ai Cohere embedding model options not truncating as expected
2025-01-14 06:08:05
3238
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
2025-01-14 06:08:03
558
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
2025-01-14 06:08:00
565
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
2025-01-14 06:07:57
6143
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
2025-01-14 06:07:55
860
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
2025-01-14 06:07:52
228
Replace hardcoded "tool_use" with StopReason enum valueAdd tests for token usage aggregation with tool callsAdd handling...
上一页
下一页
1
…
1039
1040
1041
1042
1043
…
2246
.