Spring-ai FOR REVIEW ONLY - Implementing General Generative API

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

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

@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

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

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.

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

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

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

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

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

Expected BehaviorThe Assistant role is used for messages sent by AI services in response to user prompts. Considering th...

Spring-ai Improve README

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

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

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

for example, in PgVectorStore.java there ispublic enum PgDistanceType { EuclideanDistance( ...That should be EUCLIDEAN...

Spring-ai Documentation fixes, clean and polish

Documentation fixes.Resolved code formatting issues, fixed minor typos, general small edits for clarity.Comment From: tz...

Spring-ai Review OpenAIProperties for Embedding

There is a circular reference in OpenAIProperties public static class Embedding { private final OpenAiProperti...

Spring-ai Paragraph Pdf Document Reader issue

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

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

Classes that to not follow this rule areorg.springframework.ai.embedding.PostgresMlEmbeddingClientorg.springframework.ai...
上一页 下一页
.