Spring-ai Replace the OutputParser by a StructuredOutputConverter API

- Old OutputParser, BeanOutputParser, ListOutputParser and MapOutputParser classes are depredated in favour of the ne...

Spring-ai Fix Neo4jVectorStore max allowed dimension size to 4096

The Neo4j "vector-2.0" index provider allows up to 4096 dimensions.@pivotal-cla This is an Obvious FixIssue #644 Comment...

Spring-ai [OpenAI] Image Client always overwrite model from application properties with default value

Bug descriptionThe spring.ai.openai.image.options.model value is always overwritten by the model default value defined i...

Spring-ai Added LLAMA3 in OllamaModel enum

This is my first push on GitHub, and as it is obvious, my contribution is really cosmetic. I added the new LLAMA3 model ...

Spring-ai Ollama: Remove deprecated APIs, update test setup and fix documentation

Ollama:Removed deprecated OllamaOptions fields rope_frequency_base and rope_frequency_scale. See https://github.com/olla...

Spring-ai docs: Fix typo in PgVectorStore dimensions property

During my use of the PgVectorStore, I noticed the documentation mistakenly referenced dimension instead of dimensions. I...

Spring-ai Docs: Fix filter expression reference to Elasticsearch Query string query

I fixed a mistake in our documentation that incorrectly mentioned SQL's WHERE. We actually use Elasticsearch's Query st...

Spring-ai Docs: Fix typos and add missing pieces

I have fixed some typos in some parts of the documentation and added information about more recently introduced models a...

Spring-ai Avoid calling CREATE KEYSPACE|TABLE IF NOT EXISTS … unnecessarily

This also is a fix for AstraDB, which throws an exception if you try to CREATE KEYSPACE IF NOT EXISTS …This PR looks lik...

Spring-ai ChatClient calling stream() did not return a complete JSON

Bug descriptionChatClient stream calling did not return a complete JSON sometimeEnvironmentSpring AI version 1.0.0-SNAPS...

Spring-ai PgVectorStore keeps creating an index on embedding column even if an index already exists

The PgVectorStore implementation of the Vector Store keeps creating a new index on the embedding column even if an index...

Spring-ai PgVectorStore keeps creating an index on embedding column even if an index already exists

Providing a fix for this issue - https://github.com/spring-projects/spring-ai/issues/611Comment From: tzolovHi @iAMSagar...

Spring-ai Fix PromptTemplate to handle Arrays/Lists

This closes #631 Comment From: markpollacksimply wow, thanks. I was wondering how this might be achieved and knew it wo...

Spring-ai PromptTemplate validation prevents using arrays in templates.

Bug descriptionAttempting to iterate on a list of item in a PromptTemplate leads to the following error. This is due to ...

Spring-ai add support for OpenSearch vector store

Add OpenSearchAiSearchFilterExpressionConverterAdd support for FilterExpressionAdd support for OpenSearch vector storeCo...

Spring-ai MilvusVectorStore embedding dimensions defaults to OpenAI size not allowing other larger models

Bug descriptionMilvus supports up to 4096 embedding size of 4096. Mistral dimension is 4096 https://huggingface.co/space...

Spring-ai Gemini Function call with multiple functions doesn't work

Bug descriptionIf you define multiple function in a "call" with Gemini, lead to INVALID_ARGUMENT server error.Environmen...

Spring-ai Currently Vertex API uses one Tool per function definition, but tools can have multiple function inside

as described in issue #619 There are an API error with Gemini-Vertex API with multiple functions.The "model" can admit m...

Spring-ai ElasticsearchVectorStore add support for configuration.

Add ElasticsearchVectorStore support for creating index configuration. such as dims, denseVectorIndexing and similarity....

Spring-ai Docs: Fix typos in embedding and function calling documentation

Fix typos in the function calling and embedding model documentation for specific models.There are many duplicated sectio...
上一页 下一页
.