Nineya
Home
Blog
Spring-ai Add observability support for ChatClient
2025-01-14 05:35:07
506
Introduce ObservationRegistry to ChatClient creation and builder methodsImplement observable chat responses in DefaultCh...
Spring-ai Streamline ChatOptions
2025-01-14 05:35:04
571
Surface more configuration APIs to ChatOptionsUse abstraction in Observations directly instead of dedicated implementati...
Spring-ai OpenAi: Add support for structured outputs and JSON schema
2025-01-14 05:35:01
555
Added support for OpenAI's structured outputs feature, which allows specifying a JSON schema for the model to matchIntro...
Spring-ai Add JacksonIgnoreProperties for ChatCompletionMessage
2025-01-14 05:34:59
207
https://github.com/spring-projects/spring-ai/issues/1178Add JacksonIgnoreProperties for ChatCompletionMessage to avoid p...
Spring-ai fix refusal field in ChatCompletion model
2025-01-14 05:34:56
279
fix exception with field refusal in ChatCompletion modelhttps://github.com/spring-projects/spring-ai/issues/1178Comment ...
Spring-ai refusal field in response breaks response
2025-01-14 05:34:53
17589
Bug descriptionAll calls to OpenAIs chat completion since some hours seem to fail, since the reply from openai now inclu...
Spring-ai fix - token text splitter giving out different document Id after splitting
2025-01-14 05:34:51
351
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai Add OpenAiChatModel stream observability
2025-01-14 05:34:47
703
Integrated Micrometer's Observation into the OpenAiChatModel#stream reactive chain.Included changes:Added ability to agg...
Spring-ai OpenAI Streaming Observability support
2025-01-14 05:34:45
133
Following the https://github.com/spring-projects/spring-ai/pull/954 provide observability support for the OpenAI streami...
Spring-ai Streamline EmbeddingOptions
2025-01-14 05:34:43
292
Add model and dimensions to option abstractionUse abstraction in Observations directly instead of dedicated implementati...
Spring-ai Enhancing Elasticsearch vector store implementation
2025-01-14 05:34:40
5877
This PR provides a more performant search function for the Elasticsearch vector store and removes the bean autoconfigura...
Spring-ai Streamline ImageOptions
2025-01-14 05:34:37
555
Add style to option abstractionUse abstraction in Observations directly instead of dedicated implementationClean-up the ...
Spring-ai Update convention for chat finish reason in LLM observations
2025-01-14 05:34:35
131
Adhere to semantic convention for the "finish reason" attribute in LLM observations.Comment From: tzolovLGTM, thanks @Th...
Spring-ai Self-querying
2025-01-14 05:34:32
743
I'd like to use Spring AI for self-querying, the same way it's implemented in Langchain https://python.langchain.com/v0....
Spring-ai Docs: Edit pinecone example
2025-01-14 05:34:29
984
List <Document> documents = List.of( new Document("Spring AI rocks!! Spring AI rocks!! Spring AI rocks!! S...
Spring-ai Similarity Search Limited to First 10 Chunks Only (10 hits)
2025-01-14 05:34:27
10885
Description:I am encountering an issue with the ElasticsearchVectorStore class when performing a similarity search. Spec...
Spring-ai Dependency conflict between spring-ai-redis-store and spring-data-redis
2025-01-14 05:34:19
3551
Bug descriptionDependency conflict between spring-ai-redis-store-spring-boot-starter and spring-boot-starter-data-redis ...
Spring-ai fix:resolve NPE error when using OpenAI embedding model
2025-01-14 05:34:16
722
Resolves issue: #1152Comment From: ThomasVitaleThanks for the PR! I have also raised this bug in https://github.com/spri...
Spring-ai OpenAiUsage throws NullPointerException in EmbeddingModel
2025-01-14 05:34:14
675
Bug descriptionThe methods implemented by OpenAiUsage throw NullPointerException whenever one of the usage type is not r...
Spring-ai Refactor Ollama embedding model implementation
2025-01-14 05:34:10
350
Update OllamaEmbeddingModel to support batch embedding requestsRename EmbeddingRequest/Response to EmbeddingsRequest/Res...
上一页
下一页
1
…
1070
1071
1072
1073
1074
…
2246
.