Nineya
Home
Blog
Spring-ai FOR REVIEW ONLY - Implementing General Generative API
2025-01-14 05:02:23
485
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai Update output-parser.adoc
2025-01-14 05:02:20
281
ouput -> outputSign the contributor license agreementRebase your changes on the latest main branch and squash your co...
Spring-ai Fix a typo in openai.adoc
2025-01-14 05:02:17
353
@RequestParam annotation was incorrectly written as P@RequestParamfix generateStream exampleImproved API visibilitySign ...
Spring-ai Use ObjectMapper with FAIL_ON_UNKNOWN_PROPERTIES false during error handling
2025-01-14 05:02:14
378
Some OpenAI compatible servers have unknown properties in the error response, so it is better to use an existing ObjectM...
Spring-ai Update concepts.adoc: add Google Gemini
2025-01-14 05:02:12
276
models introduction: add Google Gemini modelsComment From: markpollackThanks. BTW, it's disappointing that the multi-mo...
Spring-ai Abstract API for AI model clients and portable client request options design.
2025-01-14 05:02:08
626
This is a squahed commit of the 'options-ftw' comment.Short story is this PR providesAn abstract API for AI model client...
Spring-ai Add package org.sf.ai.model that contains abstract base classes for calling AI Models
2025-01-14 05:02:05
618
This package will contains interfaces and abstract base classes that can be used to implement the Client for different d...
Spring-ai Support text to image Clients
2025-01-14 05:02:03
132
Support other model types , starting with text to image.This will help support the development of the abstract API for m...
Spring-ai [ISSUE-212] Package name refactoring with common rules
2025-01-14 05:02:01
254
See #212 for detailsComment From: markpollackI think we had two ships crossing in the night, this https://github.com/spr...
Spring-ai OpenAI example for 0.8.0-SNAPSHOT is out of date
2025-01-14 05:01:59
837
Greetings!!!In Spring-AI documentation for version 0.8.0-SNAPSHOT, the OpenAI example project is out of date. The exampl...
Spring-ai [Messages] Consolidate relationship between Generation and AssistantMessage
2025-01-14 05:01:56
1898
Expected BehaviorThe Assistant role is used for messages sent by AI services in response to user prompts. Considering th...
Spring-ai Improve README
2025-01-14 05:01:53
179
Hi, can you please add some examples in the READE on how to set application.properties to define:which vector db to use,...
Spring-ai Azure Bearer token
2025-01-14 05:01:51
557
It seams that the request to Azure are sent without Bearer authentication, for embedding I get:Access denied due to inva...
Spring-ai Issue/229
2025-01-14 05:01:49
542
Fix #229 Comment From: tzolovThank you for the contribution @alvarozizou, After further reviewing I've decide to explici...
Spring-ai Review capitalization of enumeration names
2025-01-14 05:01:46
158
for example, in PgVectorStore.java there ispublic enum PgDistanceType { EuclideanDistance( ...That should be EUCLIDEAN...
Spring-ai Documentation fixes, clean and polish
2025-01-14 05:01:44
164
Documentation fixes.Resolved code formatting issues, fixed minor typos, general small edits for clarity.Comment From: tz...
Spring-ai Review OpenAIProperties for Embedding
2025-01-14 05:01:41
923
There is a circular reference in OpenAIProperties public static class Embedding { private final OpenAiProperti...
Spring-ai Paragraph Pdf Document Reader issue
2025-01-14 05:01:39
2822
Bug descriptionParagraphPdfDocumentReader causing NullPointerException when reading sample1.pdfhttps://github.com/spring...
Spring-ai Decide what to do for EmbeddingClients that do not support batch operations
2025-01-14 05:01:36
485
The EmbeddingClient interface has List<List<Double>> embed(List<String> texts); and some providers (ne...
Spring-ai Package name refactorings, must include provider name in package name
2025-01-14 05:01:34
200
Classes that to not follow this rule areorg.springframework.ai.embedding.PostgresMlEmbeddingClientorg.springframework.ai...
上一页
下一页
1
…
1100
1101
1102
1103
1104
…
2246
.