Nineya
Home
Blog
Spring-ai Anthropic streaming error: NullPointerException
2025-01-14 06:11:52
3457
Bug descriptionNullPointerException happens during anthropic streamingAggregation Errorjava.lang.NullPointerException: C...
Spring-ai Milvus VectorStore Bean injection demo out of date
2025-01-14 06:11:50
1240
@Bean public VectorStore vectorStore(MilvusServiceClient milvusClient, EmbeddingModel embeddingModel) { Milvus...
Spring-ai Cohere embeddings in milestone 4 release
2025-01-14 06:11:47
838
Bug descriptionUsing the model name as cohere.embed-english-v3 fails when using milestone 4 with an upstream error in Be...
Spring-ai Support similarity scores in Document API
2025-01-14 06:11:44
1655
Document* Introduced “score” attribute in Document API. It stores the similarity score.* Consolidate “distance” metadata...
Spring-ai Fixed the incorrect @ConditionalOnClass condition in SpringAiRetryAutoConfiguration
2025-01-14 06:11:41
1890
fix https://github.com/spring-projects/spring-ai/issues/1622Comment From: markpollackThis condition will always be true....
Spring-ai How does zhipu ai embeddings model support dimensions parameters
2025-01-14 06:11:38
870
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
Spring-ai Add support for Solar AI models
2025-01-14 06:11:30
1034
Hello,I have added a Solar model client. Solar is an LLM and embedding model from Upstage, a company based in South Kore...
Spring AI Are Document objects supposed to be immutable?
2025-01-14 06:11:26
1612
The Document class contains only final fields (except "embeddings" which is about to be removed). However, the media (co...
Spring AI Support structured output in Azure OpenAI as well
2025-01-14 06:11:24
563
Hi there,Microsoft has added support for structured output in Azure AI OpenAI SDK beta 1.0.0-beta12. It's pretty similar...
Spring-ai PromptTemplate throwing "The template string is not valid" when using Structured Output unless escaped
2025-01-14 06:11:22
3022
Bug descriptionI have the following code... private final BeanOutputConverter<TransactionRecord> transaction...
Spring-ai RedisVectorStore : add configuration elements for schema description, disabling the TEXT index of the content_text
2025-01-14 06:11:20
1649
Expected Behavioradd properties to define schema outside of the TEXT and VECTOR that are created by default.add properti...
Spring-ai Update openai-embeddings.adoc
2025-01-14 06:11:18
448
update azure openai to openaiThank you for taking time to contribute this pull request!You might have already read the [...
Spring-ai Prompt-time filter expressions for RetrievalAugmentationAdvisor/VectorStoreDocumentRetriever
2025-01-14 06:11:15
1957
As RetrievalAugmentationAdvisor is expected to replace QuestionAnswerAdvisor, it should also support FILTER_EXPRESSION t...
Spring AI Address proper Boot property management for FunctionCallback interface
2025-01-14 06:11:12
212
Options are either users provide FunctionCallback implementations in the application, or we split the current FunctionCa...
Spring-ai Documentation: Update constructor call
2025-01-14 06:11:10
735
On https://docs.spring.io/spring-ai/reference/api/chat/ollama-chat.html#_function_calling the constructor call is not va...
Spring-ai Modular RAG - Part 2
2025-01-14 06:11:08
665
This is part 2 of the Modular RAG solution started in https://github.com/spring-projects/spring-ai/issues/1603The scope ...
Spring-ai Fix Incorrect Image Path and Broken xref Links in Documentation
2025-01-14 06:11:05
336
ProblemIncorrect Image Path in Spring-AI-docsThe image reference image::spring_ai_logo_with_text.svg is not resolving co...
Spring-ai Would Refactoring Long Methods in Bedrock Converse API Be Acceptable?
2025-01-14 06:11:03
856
I’ve been a regular and enthusiastic user of Spring AI, and I’ve always appreciated its capabilities. When I previously ...
Spring-ai About Chat Memory’s message management strategy and other storage implementations
2025-01-14 06:11:01
330
Hi community, I would like to ask, regarding Chat Memory, is the community ready to implement some other storage methods...
Spring-ai Support Independent Configuration of Embedding and Rerank Models from Vendors like Voyage, Cohere, Jina, and BGE in RAG Applications
2025-01-14 06:10:59
1614
In the application of RAG, embedding and rerank models are just as important as LLMs. Currently, the most effective opti...
上一页
下一页
1
…
1036
1037
1038
1039
1040
…
2246
.