Nineya
Home
Blog
Spring-ai When using 'ollama' and 'openai' models in the same project, they cannot be configured with '@Primary'.
2025-01-14 05:36:09
3925
Bug descriptionWhen using 'ollama' and 'openai' models in the same project, they cannot be configured with '@Primary'.Er...
Spring-ai incompatibility between the EmbeddingModel interface and the RedisVectorStore implementation in version 1.0.0-SNAPSHOT.
2025-01-14 05:36:06
1131
Description of the bugThere is an incompatibility between the EmbeddingModel interface and the RedisVectorStore implemen...
Spring-ai Model observability for Ollama
2025-01-14 05:36:04
414
Add instrumentation to Ollama integration to support observability for chat and embedding models.Demo app for manual ver...
Spring-ai Remove redundant withRateLimit call from OpenAiChatModel.
2025-01-14 05:36:02
242
The withRateLimit call is redundant as rateLimit is already handled conditionally elsewhere. Its removal helps simplify ...
Spring-ai Incorrect SQL Query Generation for IN and NOT IN Filter Expressions in PGVector Store
2025-01-14 05:35:59
5580
Bug descriptionThe PgVectorFilterExpressionConverter class in org.springframework.ai.vectorstore does not correctly hand...
Spring-ai Fix for Incorrect Postgres SQL Query Generation for IN and NOT IN Filters
2025-01-14 05:35:57
593
Bug fix for Incorrect SQL Query Generation for IN and NOT IN Filter Expressions in PGVector Storehttps://github.com/spri...
Spring-ai Add observability support to VectorStore
2025-01-14 05:35:54
1020
Introduce AbstractObservationVectorStore for instrumentation. Add observe instrumentation for the add, delete and the si...
Spring-ai Support OpenAi's new structured output response format "json_schema"
2025-01-14 05:35:51
1355
Expected BehaviorThe response format "json_schema" can be used. ChatCompletionRequest:{ "response_format": { ...
Spring-ai Fix typos in openai-transcriptions.adoc
2025-01-14 05:35:48
182
The documentation of OpenAI Transcription API was likely copied from the Image API documentation, with several incorrect...
Spring-ai No serializer found for class java.io.ByteArrayInputStream on OpenAiAudioTranscriptionModel.call
2025-01-14 05:35:46
10085
Bug descriptionException is thrown when attempting to send a request to OpenAI transcription service. Please note that t...
Spring-ai Update oracle.adoc
2025-01-14 05:35:43
490
Changed the docker run command to use the latest version of Oracle Database 23ai. Also added information on how to use o...
Spring-ai Replace the Embedding format from List<Double> to float[]
2025-01-14 05:35:41
2611
Adjust all affected classes including the Document.Update docs.Related to #405Comment From: markpollack@aseovic What do ...
Spring-ai Streamlined ModelOptions APIs for chat, embedding, and image
2025-01-14 05:35:38
1100
While working on the initial observability support in Spring AI (delivered in https://github.com/spring-projects/spring-...
Spring-ai Support for native Structured Output provided by recent OpenAI models
2025-01-14 05:35:35
1210
Recently OpenAI released gpt-4o-2024-08-06 model that natively supports Structured Output (https://openai.com/index/intr...
Spring-ai docs(onnx): add a note when the onnxruntime_gpu dependency is missing.
2025-01-14 05:35:32
640
Comment From: tzolovThanks you @dongfeng3692Valuable insight. I was wondering if we should add the onnxruntime_gpu depe...
Spring-ai Update testcontainers version to 1.20.1
2025-01-14 05:35:28
579
Weaviate module contains the wait strategy.Comment From: tzolovThanks for keeping version up to date @eddumelendez Comme...
Spring-ai docs : fix chroma.adoc example
2025-01-14 05:35:25
164
Since documents is the list containing Documentobjects document variable should be documents vectorStore.add(List.of(do...
Spring-ai docs: Edit Auto-configuration Example
2025-01-14 05:35:23
1116
Corrected the variable passed to vectorStore.add() from List.of(document) to documents.Original Code:List <Document&g...
Spring-ai Update mongodb.adoc
2025-01-14 05:35:21
393
Single commit for MongoDB document changesThank you for taking time to contribute this pull request!You might have alrea...
Spring-ai [Observability] Add observability support for ChatClient
2025-01-14 05:35:19
236
Expand the https://github.com/spring-projects/spring-ai/issues/953 story, by providing observability support for the Spr...
上一页
下一页
1
…
1069
1070
1071
1072
1073
…
2246
.