Nineya
Home
Blog
Spring-ai Refactor FunctionCallback API to use ToolContext instead of Map
2025-01-14 05:50:20
654
Replaced Map<String, Object> with ToolContext in the FunctionCallback, AbstractFunctionCallback, and related class...
Spring-ai NullPointerException with Ollama + streaming + image
2025-01-14 05:50:18
2789
Given the following code... Flux<String> content = chatClientBuilder.build().prompt() ...
Spring-ai [WIP] Introduce a new evaluator to detect hallucinations
2025-01-14 05:50:14
338
See https://ollama.com/blog/reduce-hallucinations-with-bespoke-minicheckComment From: markpollackI quite like this, i've...
Spring-ai Add Meta Llama 3.1, 3.2 instruct model enums to Bedrock
2025-01-14 05:50:12
306
Add Meta Llama 3.1, 3.2 instruct model enums to BedrockReference for model ids - https://docs.aws.amazon.com/bedrock/lat...
Spring-ai Default metadata field names in PagePdfDocumentReader are can't be parsed in a filter expression
2025-01-14 05:50:09
5218
The field name file_name is not compatible with the filter expression parsing. SearchRequest searchRequest = Sear...
Spring-ai Update bedrock-cohere-embedding.adoc to fix an incorrect description
2025-01-14 05:50:06
149
This fixes a small typo in the documentation.Comment From: bruno-oliveiraFYI @markpollack @tzolov :) Comment From: markp...
Spring-ai Add tool context support to ChatClient and related classes
2025-01-14 05:50:03
261
Introduce toolContext to ChatClient, DefaultChatClient, and AdvisedRequestAdd methods to set and manage toolContext via ...
Spring-ai Fix npe ollama streaming image 1459
2025-01-14 05:50:01
1029
Fixed the null pointer exception.Comment From: tzolov@mudabirhussain is this issue related to ToolCall or multimodality ...
Spring-ai Add Cloud Bindings for Mistral AI
2025-01-14 05:49:59
206
Introduce Cloud Bindings support to configure the Mistral AI integrationUpdate the Cloud Bindings documentation accordin...
Spring-ai odd issue creating embeddings with Ollama
2025-01-14 05:49:56
3026
Hi, I am trying to use the Ollama EmbeddingModel with PgVectorStore and it's failing with Caused by: org.springframework...
Spring-ai Bug: Inconsistent Return Format When Using web_search with MiniMax
2025-01-14 05:49:53
11318
Description:When using the web_search method with the minimax model, the return data format is inconsistent compared to ...
Spring-ai Correctly set Chroma collection id when initializeSchema set to false
2025-01-14 05:49:48
559
In the current implementation of ChromaVectorStore, when initializeSchema is set to false, collectionId will be set to n...
Spring-ai Add the public access modifier to ElasticsearchVectorStoreAutoConfiguration
2025-01-14 05:49:44
383
Add the public access modifier to ElasticsearchVectorStoreAutoConfiguration class, so that it can be excluded and a cust...
Spring-ai Fix anthropicApi visibility in AnthropicChatModel
2025-01-14 05:49:41
773
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai Include index name in OpenSearchVectorStore for similarity search
2025-01-14 05:49:39
671
Bug descriptionWhen performing a similarity search with SearchRequest, the index name is not included.This leads to a pe...
Spring-ai Opensearch similarity search should include index name
2025-01-14 05:49:36
599
Bug descriptionSearchRequest does not include index name which results in an error when using Opensearch role own_index:...
Spring-ai Update Observability documentation
2025-01-14 05:49:32
207
Update attributesAdd more information on optional attributes and risksInclude documentation for events.Comment From: tzo...
Spring-ai Optimize Testcontainers config for VectorStores
2025-01-14 05:49:29
190
Unify image definition for vector stores in vector-store modulesUnify image definition for vector stores in spring-ai-te...
Spring-ai [AzureOpenAiChatOptions] Unable to set all possible options when calling AzureOpenAiChatModel
2025-01-14 05:49:26
3848
Bug descriptionConsider the attributes that can be set through AzureOpenAiChatOptions:- maxTokens- temperature- topP- lo...
Spring-ai Pass context information to Function Call Thread
2025-01-14 05:49:24
2022
Expected BehaviorWhen using Function Calling with OpenAI and other models - the function gets invoked in a new thread.Th...
上一页
下一页
1
…
1056
1057
1058
1059
1060
…
2246
.