Nineya
Home
Blog
Spring-ai Replace the OutputParser by a StructuredOutputConverter API
2025-01-14 05:15:39
728
- Old OutputParser, BeanOutputParser, ListOutputParser and MapOutputParser classes are depredated in favour of the ne...
Spring-ai Fix Neo4jVectorStore max allowed dimension size to 4096
2025-01-14 05:15:36
357
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
2025-01-14 05:15:33
621
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
2025-01-14 05:15:30
391
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
2025-01-14 05:15:28
584
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
2025-01-14 05:15:25
430
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
2025-01-14 05:15:22
209
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
2025-01-14 05:14:48
240
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
2025-01-14 05:14:46
712
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
2025-01-14 05:14:44
345
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
2025-01-14 05:14:33
2558
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
2025-01-14 05:14:30
1322
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
2025-01-14 05:14:27
290
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.
2025-01-14 05:14:25
2497
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
2025-01-14 05:14:22
1263
Add OpenSearchAiSearchFilterExpressionConverterAdd support for FilterExpressionAdd support for OpenSearch vector storeCo...
Spring-ai MilvusVectorStore embedding dimensions defaults to OpenAI size not allowing other larger models
2025-01-14 05:14:19
3048
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
2025-01-14 05:14:16
7617
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
2025-01-14 05:14:14
990
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.
2025-01-14 05:14:11
654
Add ElasticsearchVectorStore support for creating index configuration. such as dims, denseVectorIndexing and similarity....
Spring-ai Docs: Fix typos in embedding and function calling documentation
2025-01-14 05:14:08
327
Fix typos in the function calling and embedding model documentation for specific models.There are many duplicated sectio...
上一页
下一页
1
…
1087
1088
1089
1090
1091
…
2246
.