Results 6 issues of youngmon

## Description Update example code to enhance understanding of AlertmanagerConfig resource functionality. ## Type of change _What type of changes does your code introduce to the Prometheus operator? Put an...

size/L

### Summary Refactored Image Object ### Description In the case of the original image objects, we initialized them by passing both base64 and URL as constructor arguments, and returned their...

This change aims to conceal the implementation and facilitate handling option objects through the interface. And enforcing immutability to ensure greater safety in multi-threaded environments. - Add Builder and Nested...

design

The complex constructor in AbstractMessage has been simplified and the AbstractMessageBuilder class has been added for flexible extension. - Added AbstractMessageBuilder - Applied AbstractMessageBuilder for - ChatMessage - SystemMessage -...

design

This change enhances safety in multi-threaded environments by returning unmodifiable objects from getters. - getter returns unmodifiable Collection Fixes #407

This PR aims to achieve two objectives through the proposed changes: 1. Separate the common embedding logic present in the VectorStore implementations using the DocumentTransformer interface. By isolating the logic...

embedding
vector store
design